Skip to content

Commit fac06e8

Browse files
committed
manual fix the asterisk issues
1 parent 0596361 commit fac06e8

15 files changed

Lines changed: 28 additions & 28 deletions

docs/analytics-platform-system/power-the-aps-appliance-on-or-off.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Before powering off the appliance, you should end all activity on the appliance.
3434
> [!WARNING]
3535
> All steps must be performed in the exact order listed and each step must complete before the next step is performed, unless otherwise noted. Performing steps out of order or without waiting for each step to complete can result in errors when the appliance is powered up at a later time.
3636
37-
1. Connect to the PDW Control node (***PDW_region*-CTL01** ) and login with the Analytics Platform System appliance domain administrator account.
37+
1. Connect to the PDW Control node (**_PDW_region_-CTL01** ) and login with the Analytics Platform System appliance domain administrator account.
3838

3939
2. Run `C:\Program Files\Microsoft SQL Server Parallel Data Warehouse\100\dwconfig.exe` to open the **Configuration Manager**.
4040

4141
3. In the Configuration Manager, under the **Parallel Data Warehouse Topology** menu, click the **Services Status** tab, and click **Stop Region** to stop PDW services.
4242

43-
4. Connect to ***appliance_domain*-HST01** and login with the appliance domain administrator account.
43+
4. Connect to **_appliance_domain_-HST01** and login with the appliance domain administrator account.
4444

4545
5. Using the **Failover Cluster Manager** connect to the **_appliance_domain_-WFOHST01** cluster, if not automatically connected, and then in the Navigation pane, click **Roles**. In the **Roles** pane:
4646

@@ -50,9 +50,9 @@ Before powering off the appliance, you should end all activity on the appliance.
5050

5151
6. Close the **Failover Cluster Manager** application.
5252

53-
7. Shut down all the servers except ***appliance_domain*-HST01**.
53+
7. Shut down all the servers except **_appliance_domain_-HST01**.
5454

55-
8. Shut down the ***appliance_domain*-HST01** server.
55+
8. Shut down the **_appliance_domain_-HST01** server.
5656

5757
9. Shut down the Power Distribution Units (PDUs).
5858

@@ -65,21 +65,21 @@ Before powering off the appliance, you should end all activity on the appliance.
6565
6666
1. Power on the Power Distribution Units (PDU's), and wait for the switches to automatically start.
6767

68-
2. Power on the ***appliance_domain*-HST01** server.
68+
2. Power on the **_appliance_domain_-HST01** server.
6969

70-
3. Log in to ***appliance_domain*-HST01** as the appliance domain administrator.
70+
3. Log in to **_appliance_domain_-HST01** as the appliance domain administrator.
7171

7272
4. Start the **Hyper-V Manager** program (**virtmgmt.msc**) and connect to **_appliance_domain_-HST01** if not connected by default.
7373

74-
1. If you cannot connect by name because the ***PDW_region*-AD01** is not running, try connecting by using the IP address.
74+
1. If you cannot connect by name because the **_PDW_region_-AD01** is not running, try connecting by using the IP address.
7575

7676
2. In the **Virtual Machines** pane, locate **_PDW_region_-AD01** and confirm that it is running. If not, start this VM and wait for it to be fully started.
7777

7878
5. Power on the rest of the servers in the appliance.
7979

8080
6. While on **HST01** logged on as the appliance domain administrator, from **Hyper-V Manager**:
8181

82-
1. Connect to ***appliance_domain*-HST02**.
82+
1. Connect to **_appliance_domain_-HST02**.
8383

8484
2. In the **Virtual Machines** pane, locate **_PDW_region_-AD02** and confirm that it is running. If not, start this VM and wait for it to be fully started.
8585

@@ -93,7 +93,7 @@ Before powering off the appliance, you should end all activity on the appliance.
9393

9494
8. Disconnect from **HST01** if you wish.
9595

96-
9. Connect to ***PDW_region*-CTL01** using the appliance domain administrator account.
96+
9. Connect to **_PDW_region_-CTL01** using the appliance domain administrator account.
9797

9898
10. Run `C:\Program Files\Microsoft SQL Server Parallel Data Warehouse\100\dwconfig.exe` to launch the **Configuration Manager**.
9999

docs/database-engine/availability-groups/windows/replicate-track-change-data-capture-always-on-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ If Change Data Capture needs to be disabled on a database which is part of an Al
201201

202202
|||||
203203
|-|-|-|-|
204-
||**Publisher**|**Distributor**_\_|**Subscriber**|
204+
||**Publisher**|**Distributor**|**Subscriber**|
205205
|**Transactional**|Yes<br /><br /> Note: Does not include support for bi-directional and reciprocal transactional replication.|Yes|Yes|
206206
|**P2P**|No|No|No|
207207
|**Merge**|Yes|No|No|

docs/relational-databases/backup-restore/restore-the-master-database-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ manager: craigg
4040
The following example restores the `master` database on the default server instance. The example assumes that the server instance is already running in single-user mode. The example starts `sqlcmd` and executes a `RESTORE DATABASE` statement that restores a full database backup of `master` from a disk device: `Z:\SQLServerBackups\master.bak`.
4141

4242
> [!NOTE]
43-
> For a named instance, the **sqlcmd** command must specify the **-S***\<ComputerName>*\\*\<InstanceName>* option.
43+
> For a named instance, the **sqlcmd** command must specify the **-S**_\<ComputerName>_\\*\<InstanceName>* option.
4444
4545
```
4646

docs/relational-databases/data-tier-applications/register-a-database-as-a-dac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ manager: craigg
103103
[Using the Register Data-tier Application Wizard](#UsingRegisterDACWizard)
104104

105105
### Validating Objects
106-
**Checking** *SchemaName* **.** *ObjectName* **.** - Displays a progress bar as the wizard verifies the dependencies of the retrieved objects, and verifies that they are all valid objects for a DAC. *SchemaName***.***ObjectName* identify which object is currently being verified.
106+
**Checking** *SchemaName* **.** *ObjectName* **.** - Displays a progress bar as the wizard verifies the dependencies of the retrieved objects, and verifies that they are all valid objects for a DAC. _SchemaName_**.**_ObjectName_ identify which object is currently being verified.
107107

108108
**< Previous** - Returns you to the **Set Properties** page to change your entries.
109109

docs/relational-databases/replication/publish/set-the-propagation-method-for-data-changes-to-transactional-articles.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ manager: craigg
112112

113113
1. At the Publisher on the publication database, execute [sp_addarticle](../../../relational-databases/system-stored-procedures/sp-addarticle-transact-sql.md). Specify the name of the publication to which the article belongs for **@publication**, a name for the article for **@article**, the database object being published for **@source_object**, a value for the **@schema_option** bitmask that contains the value **0x02** (enables automatic generation of custom stored procedures), and at least one of the following parameters:
114114

115-
- **@ins_cmd** - specify a value of **CALL sp_MSins_*article_name**_, where _**article_name**_ is the value specified for _*@article**.
115+
- **@ins_cmd** - specify a value of **CALL sp_MSins\__article_name_**, where **_article_name_** is the value specified for **@article**.
116116

117-
- **@del_cmd** - specify a value of **CALL sp_MSdel__article_name_** or **XCALL sp_MSdel_*article_name**_, where _**article_name**_ is the value specified for _*@article**.
117+
- **@del_cmd** - specify a value of **CALL sp_MSdel\__article_name_** or **XCALL sp_MSdel\__article_name_**, where **_article_name_** is the value specified for **@article**.
118118

119-
- **@upd_cmd** - specify a value of **SCALL sp_MSupd__article_name_**, **CALL sp_MSupd__article_name_**, **XCALL sp_MSupd__article_name_**, or **MCALL sp_MSupd_*article_name**_, where _**article_name**_ is the value specified for _*@article**.
119+
- **@upd_cmd** - specify a value of **SCALL sp_MSupd\__article_name_**, **CALL sp_MSupd\__article_name_**, **XCALL sp_MSupd\__article_name_**, or **MCALL sp_MSupd\__article_name_**, where **_article_name_** is the value specified for **@article**.
120120

121121
> [!NOTE]
122122
> For each of the above command parameters, you can specify your own name for the stored procedures that replication generates.
@@ -132,11 +132,11 @@ manager: craigg
132132

133133
1. At the Publisher on the publication database, execute [sp_addarticle](../../../relational-databases/system-stored-procedures/sp-addarticle-transact-sql.md). Specify the name of the publication to which the article belongs for **@publication**, a name for the article for **@article**, the database object being published for **@source_object**, a value for the **@schema_option** bitmask that contains the value **0x02** (enables automatic generation of custom stored procedures), and at least one of the following parameters:
134134

135-
- **@ins_cmd** - specify a value of **CALL sp_MSins_*article_name**_, where _**article_name**_ is the value specified for _*@article**.
135+
- **@ins_cmd** - specify a value of **CALL sp_MSins\__article_name_**, where **_article_name_** is the value specified for **@article**.
136136

137-
- **@del_cmd** - specify a value of **CALL sp_MSdel__article_name_** or **XCALL sp_MSdel_*article_name**_, where _**article_name**_ is the value specified for _*@article**.
137+
- **@del_cmd** - specify a value of **CALL sp_MSdel\__article_name_** or **XCALL sp_MSdel\__article_name_**, where **_article_name_** is the value specified for **@article**.
138138

139-
- **@upd_cmd** - specify a value of **SCALL sp_MSupd__article_name_**, **CALL sp_MSupd__article_name_**, **XCALL sp_MSupd__article_name_**, **MCALL sp_MSupd_*article_name**_, where _**article_name**_ is the value specified for _*@article**.
139+
- **@upd_cmd** - specify a value of **SCALL sp_MSupd\__article_name_**, **CALL sp_MSupd\__article_name_**, **XCALL sp_MSupd\__article_name_**, **MCALL sp_MSupd\__article_name_**, where **_article_name_** is the value specified for **@article**.
140140

141141
> [!NOTE]
142142
> For each of the above command parameters, you can specify your own name for the stored procedures that replication generates.

docs/relational-databases/sql-trace/set-a-trace-filter-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ manager: craigg
2626
2. Execute **sp_trace_setfilter** to configure the type of information to retrieve for the event being traced.
2727

2828
> [!IMPORTANT]
29-
> Unlike regular stored procedures, parameters of all [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] stored procedures (**sp_trace__xx_**) are strictly typed and do not support automatic data type conversion. If these parameters are not called with the correct input parameter data types, as specified in the argument description, the stored procedure will return an error.
29+
> Unlike regular stored procedures, parameters of all [!INCLUDE[ssSqlProfiler](../../includes/sssqlprofiler-md.md)] stored procedures (**sp_trace\__xx_**) are strictly typed and do not support automatic data type conversion. If these parameters are not called with the correct input parameter data types, as specified in the argument description, the stored procedure will return an error.
3030
3131
## See Also
3232
[Filter a Trace](../../relational-databases/sql-trace/filter-a-trace.md)

docs/relational-databases/system-information-schema-views/referential-constraints-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversio
2626

2727
Returns one row for each FOREIGN KEY constraint in the current database. This information schema view returns information about the objects to which the current user has permissions.
2828

29-
To retrieve information from these views, specify the fully qualified name of **INFORMATION_SCHEMA.***view_name*.
29+
To retrieve information from these views, specify the fully qualified name of **INFORMATION_SCHEMA.**_view_name_.
3030

3131
|Column name|Data type|Description|
3232
|-----------------|---------------|-----------------|

docs/relational-databases/system-information-schema-views/schemata-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2424
# SCHEMATA (Transact-SQL)
2525
[!INCLUDE[tsql-appliesto-ss2008-all-md](../../includes/tsql-appliesto-ss2008-all-md.md)]
2626

27-
Returns one row for each schema in the current database. To retrieve information from these views, specify the fully qualified name of **INFORMATION_SCHEMA.***view_name*. To retrieve information about all databases in an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], query the [sys.databases &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-databases-transact-sql.md) catalog view.
27+
Returns one row for each schema in the current database. To retrieve information from these views, specify the fully qualified name of **INFORMATION_SCHEMA.**_view_name_. To retrieve information about all databases in an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], query the [sys.databases &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-databases-transact-sql.md) catalog view.
2828

2929
|Column name|Data type|Description|
3030
|-----------------|---------------|-----------------|

docs/relational-databases/system-stored-procedures/sp-addpublication-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ sp_addpublication [ @publication = ] 'publication'
230230
231231
*Not supported for Oracle Publishers*.
232232

233-
[ **@add_to_active_directory =** ] **'**_add_*_**to_active_directory**_'_*
233+
[ **@add_to_active_directory =** ] **'**_add_*\_*_to_active_directory_**'**
234234
This parameter has been deprecated and is only supported for the backward compatibility of scripts. You can no longer add publication information to the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Active Directory.
235235

236236
[ **@logreader_job_name =** ] **'**_logreader_agent_name_**'**

docs/relational-databases/system-stored-procedures/sp-column-privileges-ex-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sp_column_privileges_ex [ @table_server = ] 'table_server'
5858

5959
|Column name|Data type|Description|
6060
|-----------------|---------------|-----------------|
61-
|**TABLE_CAT**|**sysname**|Table qualifier name. Various DBMS products support three-part naming for tables (*qualifier***.**_owner_**.***name*). In [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], this column represents the database name. In some products, it represents the server name of the table's database environment. This field can be NULL.|
61+
|**TABLE_CAT**|**sysname**|Table qualifier name. Various DBMS products support three-part naming for tables (_qualifier_**.**_owner_**.**_name_). In [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], this column represents the database name. In some products, it represents the server name of the table's database environment. This field can be NULL.|
6262
|**TABLE_SCHEM**|**sysname**|Table owner name. In [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], this column represents the name of the database user who created the table. This field always returns a value.|
6363
|**TABLE_NAME**|**sysname**|Table name. This field always returns a value.|
6464
|**COLUMN_NAME**|**sysname**|Column name, for each column of the **TABLE_NAME** returned. This field always returns a value.|

0 commit comments

Comments
 (0)