You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "The sys.sp_help_change_feed system stored procedure monitors the current configuration of Azure Synapse Link or Fabric Mirrored Database."
|`table_name`|**sysname**| The name of the change feed table. |
53
53
|`table_id`|**uniqueidentifier**| The unique identifier for the change feed table. Generated during change feed setup workflow. |
54
54
|`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. |
56
56
|`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|
64
58
|`snapshot_current_phase_time`|**datetime**| Time when the current snapshot phase started. |
65
59
|`snapshot_retry_count`|**int**| Number of times snapshot has attempted to retry. |
66
60
|`snapshot_start_time`|**datetime**| Start time of snapshot phase |
0 commit comments