Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe88e3a

Browse files
Update sp-help-change-feed.md
1 parent 1e401c5 commit fe88e3a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "sys.sp_help_change_feed (Transact-SQL)"
33
description: "The sys.sp_help_change_feed system stored procedure monitors the current configuration of Azure Synapse Link or Fabric Mirrored Database."
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
6-
ms.reviewer: wiassaf, randolphwest
7-
ms.date: 03/12/2024
6+
ms.reviewer: imotiwala, randolphwest
7+
ms.date: 11/05/2024
88
ms.service: fabric
99
ms.subservice: system-objects
1010
ms.topic: "reference"
@@ -52,15 +52,9 @@ EXECUTE sys.sp_help_change_feed;
5252
| `table_name` | **sysname** | The name of the change feed table. |
5353
| `table_id` | **uniqueidentifier** | The unique identifier for the change feed table. Generated during change feed setup workflow. |
5454
| `table_object_id` | **int** | The object ID of the change feed table. |
55-
| `state` | **tinyint** | The state of the change feed table. Valid state values: 1 - Enabled. 2 - Exporting. 3 - Exported. 4 - Active. 5 - Disabled. 6 - Pending Disablement. |
55+
| `state` | **tinyint** | The state of the change feed table. Valid state values: `1` - Enabled. `2` - Exporting. `3` - Exported. `4` - Active. `5` - Disabled. `6` - Pending Disablement. |
5656
| `version` | **binary(10)** | The version of the change feed table. |
57-
| `snapshot_phase` | **tinyint** | Phase of the current snapshot which progresses from one to six.
58-
|||1 - ABORT_PRIOR_SNAPSHOT_IF_ANY|
59-
|||2 - SET_TABLEVERSIONLSN|
60-
|||3 - EXPORT_SCHEMA_FILE|
61-
|||4 - EMIT_SNAPSHOT_BEGINENTRY|
62-
|||5 - EXPORT_DATA_FILE|
63-
|||6 - EMIT_SNAPSHOT_ENDENTRY|
57+
| `snapshot_phase` | **tinyint** | Phase of the current snapshot which progresses from one to six. <br/>`1` - ABORT_PRIOR_SNAPSHOT_IF_ANY<br/>`2` - SET_TABLEVERSIONLSN<br/>`3` - EXPORT_SCHEMA_FILE<br/>`4` - EMIT_SNAPSHOT_BEGINENTRY<br/>`5` - EXPORT_DATA_FILE<br/>`6` - EMIT_SNAPSHOT_ENDENTRY|
6458
| `snapshot_current_phase_time` | **datetime** | Time when the current snapshot phase started. |
6559
| `snapshot_retry_count` | **int** | Number of times snapshot has attempted to retry. |
6660
| `snapshot_start_time` | **datetime** | Start time of snapshot phase |

0 commit comments

Comments
 (0)