Skip to content

Commit dc1b893

Browse files
authored
Merge pull request #19977 from MikeRayMSFT/20210812-fix-warnings
Fix formatting and warnings
2 parents 3f77aae + 4cce657 commit dc1b893

6 files changed

Lines changed: 8 additions & 8 deletions

docs/relational-databases/track-changes/about-change-data-capture-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Although it is common for the database validity interval and the validity interv
123123
In Azure SQL Database, a change data capture scheduler takes the place of the SQL Server Agent that invokes stored procedures to start periodic capture and cleanup of the change data capture tables. The scheduler runs capture and cleanup automatically within SQL Database, without any external dependency for reliability or performance. Users still have the option to run capture and cleanup manually on demand.
124124

125125
> [!NOTE]
126-
> Support for change data capture in Azure SQL Database is currently in [Preview](https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/).
126+
> Support for change data capture in Azure SQL Database is currently in [preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
127127
128128
## Collation differences
129129

docs/relational-databases/track-changes/administer-and-monitor-change-data-capture-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.custom: seo-dt-2019
2222
This topic describes how to administer and monitor change data capture.
2323

2424
> [!NOTE]
25-
> Support for change data capture in Azure SQL Database is currently in [Preview](https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/). In Azure SQL Database, the capture and cleanup SQL Server Agent jobs are replaced by a change data capture scheduler that invokes stored procedures to start periodic capture and cleanup of the change tables.
25+
> Support for change data capture in Azure SQL Database is currently in [preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). In Azure SQL Database, the capture and cleanup SQL Server Agent jobs are replaced by a change data capture scheduler that invokes stored procedures to start periodic capture and cleanup of the change tables.
2626
2727
## <a name="Capture"></a> Capture job
2828

docs/relational-databases/track-changes/change-data-capture-and-other-sql-server-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ This topic describes how the following features interact with change data captur
7474
Running point-in-time-restore (PITR) on a Azure SQL Database that has change data capture enabled will not preserve the change data capture artifacts (e.g. system tables). After PITR, CDC artifacts will not be available.
7575

7676
> [!NOTE]
77-
> Support for change data capture in Azure SQL Database is currently in [Preview](https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/).
77+
> Support for change data capture in Azure SQL Database is currently in [preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
7878
7979
## <a name="AzureActiveDirectory"></a> Azure Active Directory in Azure SQL Database (Preview)
8080

8181
If you create a database in Azure SQL Database as an AAD user and enable change data capture on it, a SQL user (e.g. even sys admin role) will not be able to disable/make changes to change data capture artifacts. However, another AAD user will be able to enable/disable change data capture on the same database.
8282

8383
> [!NOTE]
84-
> Support for change data capture in Azure SQL Database is currently in [Preview](https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/).
84+
> Support for change data capture in Azure SQL Database is currently in [preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
8585
8686

8787
## See Also

docs/relational-databases/track-changes/enable-and-disable-change-data-capture-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: jroth
2222
This topic describes how to enable and disable change data capture for a database and a table.
2323

2424
> [!NOTE]
25-
> Support for change data capture in Azure SQL Database is currently in [Preview](https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/).
25+
> Support for change data capture in Azure SQL Database is currently in [preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2626
2727
## Enable for a database
2828

docs/relational-databases/track-changes/work-with-change-data-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.author: jroth
2424
Several functions are provided to help determine appropriate LSN values for use in querying a TVF. The function [sys.fn_cdc_get_min_lsn](../../relational-databases/system-functions/sys-fn-cdc-get-min-lsn-transact-sql.md) returns the smallest LSN that is associated with a capture instance validity interval. The validity interval is the time interval for which change data is currently available for its capture instances. The function [sys.fn_cdc_get_max_lsn](../../relational-databases/system-functions/sys-fn-cdc-get-max-lsn-transact-sql.md) returns the largest LSN in the validity interval. The functions [sys.fn_cdc_map_time_to_lsn](../../relational-databases/system-functions/sys-fn-cdc-map-time-to-lsn-transact-sql.md) and [sys.fn_cdc_map_lsn_to_time](../../relational-databases/system-functions/sys-fn-cdc-map-lsn-to-time-transact-sql.md) are available to help place LSN values on a conventional timeline. Because change data capture uses closed query intervals, it is sometimes necessary to generate the next LSN value in a sequence to ensure that changes are not duplicated in consecutive query windows. The functions [sys.fn_cdc_increment_lsn](../../relational-databases/system-functions/sys-fn-cdc-increment-lsn-transact-sql.md) and [sys.fn_cdc_decrement_lsn](../../relational-databases/system-functions/sys-fn-cdc-decrement-lsn-transact-sql.md) are useful when an incremental adjustment to an LSN value is required.
2525

2626
> [!NOTE]
27-
> Support for change data capture in Azure SQL Database is currently in [Preview](https://azure.microsoft.com/en-us/support/legal/preview-supplemental-terms/).
27+
> Support for change data capture in Azure SQL Database is currently in [preview](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2828
2929
## <a name="LSN"></a> Validating LSN Boundaries
3030
We recommend validating the LSN boundaries that are to be used in a TVF query before their use. Null endpoints or endpoints that lie outside the validity interval for a capture instance will force an error to be returned by a change data capture TVF.

docs/tools/synapse-pathway/synapse-pathway-download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Download the latest version of the tool from the [Microsoft Download Center](htt
4343
## Pricing
4444

4545
1. Synapse Pathway is **free to download**. There's no associated cost to run your code translation.
46-
1. Data Ingress: There's no cost associated with bringing your data into Azure. For more information, see the [Bandwidth pricing details](https://azure.microsoft.com/en-us/pricing/details/bandwidth/).
47-
1. See the [Azure Synapse pricing page](https://azure.microsoft.com/en-us/pricing/calculator/?service=synapse-analytics) to see the cost of provisioning Azure Synapse.
46+
1. Data Ingress: There's no cost associated with bringing your data into Azure. For more information, see the [Bandwidth pricing details](https://azure.microsoft.com/pricing/details/bandwidth/).
47+
1. See the [Azure Synapse pricing page](https://azure.microsoft.com/pricing/calculator/?service=synapse-analytics) to see the cost of provisioning Azure Synapse.
4848

4949
## Next steps
5050

0 commit comments

Comments
 (0)