ReplicationShard
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each partition (shard) used for replication.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) |
uniqueidentifier, NOT NULL |
The unique identifier for the partition (shard). |
|
ShardName |
nvarchar (255), NOT NULL |
The name of the partition. |
|
Description |
nvarchar (512), NULL |
The description of the partition. |
|
ComputerName |
nvarchar (255), NULL |
The name of the computer on which the partition resides. |
|
CmdArgs |
nvarchar (4000), NULL |
Do not edit. These are command line parameters for customizing replication and storage execution. |
|
CmdExtArgs |
nvarchar (4000), NULL |
Do not edit. These are command line parameters for customizing replication and storage execution. |
|
Id |
int, NOT NULL |
The unique identifier for the object. |
|
Status |
tinyint, NULL |
Automatically updated by the system if a change is made to the replication group:
|