Skip to content

Commit f8d5ee7

Browse files
20240312 update destination_type
1 parent c09891e commit f8d5ee7

3 files changed

Lines changed: 16 additions & 11 deletions

File tree

docs/relational-databases/system-stored-procedures/sp-change-feed-enable-db.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "The sys.sp_change_feed_enable_db system stored procedure enables t
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: imotiwala
7-
ms.date: 03/11/2024
7+
ms.date: 03/12/2024
88
ms.service: fabric
99
ms.subservice: system-objects
1010
ms.topic: "reference"
@@ -52,9 +52,9 @@ Data type is **int**. Describes the frequency, or polling interval, that the log
5252

5353
#### @destination_type
5454

55-
**Applies to:** Fabric only.
55+
**Applies to:** Fabric database mirroring only. For use with Synapse Link, do not specify.
5656

57-
Data type is **int**. Default is `0`, for Azure Synapse Link. `2` = Fabric mirroring.
57+
Data type is **int**. Default is `0`, for Azure Synapse Link. `2` = Fabric database mirroring.
5858

5959
## Permissions
6060

docs/relational-databases/system-stored-procedures/sp-help-change-feed-table-groups.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "The sys.sp_help_change_feed_table_groups_groups system stored proc
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: imotiwala
7-
ms.date: 03/11/2024
7+
ms.date: 03/12/2024
88
ms.service: fabric
99
ms.subservice: system-objects
1010
ms.topic: "reference"
@@ -23,18 +23,23 @@ monikerRange: ">=sql-server-ver16||=azuresqldb-current||=fabric"
2323

2424
[!INCLUDE [sqlserver2022-asdb-fabric](../../includes/applies-to-version/sqlserver2022-asdb-fabric.md)]
2525

26-
Returns metadata that is used to configure change feed table groups for Fabric Mirrored Databases.
26+
Returns metadata that is used to configure change feed table groups.
27+
28+
This system stored procedure view is used for:
29+
30+
- The Azure Synapse Link feature for SQL Server instances and Azure SQL Database. For more information, see [Manage Azure Synapse Link for SQL Server and Azure SQL Database](../../sql-server/synapse-link/synapse-link-sql-server-change-feed-manage.md).
31+
- The Fabric Mirrored Database feature for Azure SQL Database. For more information, see [Microsoft Fabric mirrored databases (Preview)](/fabric/database/mirrored-database/overview).
2732

2833
|Column name|Data type|Description|
2934
|-----------------|---------------|-----------------|
3035
| `table_group_id` |**uniqueidentifier**| Unique identifier of the change feed table group.|
3136
| `table_group_name` |**nvarchar(140)**| The name of the table group.|
3237
| `destination_location` |**nvarchar(512)**| URL string of the landing zone folder. |
3338
| `destination_credential` |**sysname**| The credential name to access the landing zone.|
34-
| `workspace_id` |**nvarchar(247)**| The related workspace Azure resource ID.|
35-
| `synapse_workgroup_name` |**nvarchar(50)**| The related workspace name.|
36-
| `enabled` |**bit**|Tracks if the table group is enabled for change feed. `1` - Yes, `0` - No. |
37-
| `destination_type` | **int**| Appears only when Fabric Database Mirroring is configured. `0` = Azure Synapse Link. `2` = Fabric mirroring. |
39+
| `workspace_id` |**nvarchar(247)**| The related workspace Azure resource ID.|
40+
| `synapse_workgroup_name` |**nvarchar(50)**| The related workspace name. |
41+
| `enabled` |**bit**| Tracks if the table group is enabled for change feed. `1` - Yes, `0` - No. |
42+
| `destination_type` | **int**| `0` = Azure Synapse Link. `2` = Fabric mirroring. |
3843

3944
## Permissions
4045

docs/relational-databases/system-stored-procedures/sp-help-change-feed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "The sys.sp_help_change_feed system stored procedure monitors the c
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: wiassaf, randolphwest
7-
ms.date: 03/11/2024
7+
ms.date: 03/12/2024
88
ms.service: fabric
99
ms.subservice: system-objects
1010
ms.topic: "reference"
@@ -60,7 +60,7 @@ EXECUTE sys.sp_help_change_feed;
6060
| `snapshot_start_time` | **datetime** | Start time of snapshot phase |
6161
| `snapshot_end_time` | **datetime** | End time of snapshot phase |
6262
| `snapshot_row_count` | **int** | The number of rows of data being exported during the snapshot operation of the change feed table |
63-
| `destination_type` | **int**| Appears only when Fabric Database Mirroring is configured. `0` = Azure Synapse Link. `2` = Fabric mirroring. |
63+
| `destination_type` | **int**| `0` = Azure Synapse Link. `2` = Fabric mirroring. |
6464

6565
## Permissions
6666

0 commit comments

Comments
 (0)