Skip to content

Commit 7b1777c

Browse files
committed
some cx
1 parent 66d762b commit 7b1777c

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

docs/relational-databases/replication/administration/upgrade-replication-scripts-replication-transact-sql-programming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016||=sqlallproducts-allver
122122
123123
[!code-sql[HowTo#sp_createtranpub_NWpostupgrade](../../../relational-databases/replication/codesnippet/tsql/upgrade-replication-scri_2.sql)]
124124

125-
### C.SQL Server 2000 script to create a merge publication
125+
### C. SQL Server 2000 script to create a merge publication
126126
The following is an example of a [!INCLUDE[ssVersion2000](../../../includes/ssversion2000-md.md)] script that creates a merge publication for the Customers table. Default parameters have been removed for readability.
127127

128128
[!code-sql[HowTo#sp_createmergepub_NWpreupgrade](../../../relational-databases/replication/codesnippet/tsql/upgrade-replication-scri_3.sql)]
@@ -153,7 +153,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016||=sqlallproducts-allver
153153

154154
[!code-sql[HowTo#sp_createmergepushsub_NWpreupgrade](../../../relational-databases/replication/codesnippet/tsql/upgrade-replication-scri_7.sql)]
155155

156-
### H. SQL Server 2005 and later script to create a push subscription to a transactional publication
156+
### H. SQL Server 2005 and later script to create a push subscription to a merge publication
157157
The following is an example of the previous script, which creates a push subscription to a merge publication, upgraded to run successfully for [!INCLUDE[ssVersion2005](../../../includes/ssversion2005-md.md)] and later versions. Defaults for new parameters have been explicitly declared.
158158

159159
> [!NOTE]

docs/reporting-services/report-design/report-builder-functions-lookupset-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ LookupSet(source_expression, destination_expression, result_expression, dataset)
9393
=LookupSet(Fields!TerritoryGroupID.Value, Fields!ID.Value, Fields!StoreName.Value, "Stores")
9494
```
9595

96-
## B. Use Join to create a result list
96+
### B. Use Join to create a result list
9797
Because **LookupSet** returns a collection of objects, you cannot display the result expression directly in a text box. You can concatenate the value of each object in the collection as a string.
9898

9999
Use the [!INCLUDE[vbprvb](../../includes/vbprvb-md.md)] function **Join** create a delimited string from a set of objects. Use a comma as a separator to combine the objects in a single line. In some renderers, you might use a [!INCLUDE[vbprvb](../../includes/vbprvb-md.md)] line feed (`vbCrLF`) as a separator to list each value on a new line.

docs/sql-server/failover-clusters/windows/view-and-read-failover-cluster-instance-diagnostics-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ORDER BY Time;
8383
> You can filter the results for specific components or state using the WHERE clause.
8484
8585
## <a name="TsqlConfigure"></a> Configure Diagnostic Log Properties with Transact-SQL
86-
**To **
86+
**To configure the Diagnostic log properties:**
8787

8888
> [!NOTE]
8989
> For an example of this procedure, see [Example (Transact-SQL)](#TsqlExample), later in this section.

docs/ssms/menu-help/choose-toolbox-items-maintenance-tasks-page.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ ms.author: "maghan"
2121
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2222
This tab of the **Customize Toolbox** dialog box displays a list of all maintenancetask components registered on your computer and makes it possible for you to change the ones that are displayed in the Toolbox. You can open the **Customize Toolbox** dialog box from the **Tools** menu. To sort the list of components, select any column heading.
2323

24-
## Options
2524
The **Maintenance Tasks** tab includes the following columns of information.
2625

2726
**Name**

0 commit comments

Comments
 (0)