We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ErikEJ/SqlServer.Rules'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
SRD0010.md•674 B
# SQL Server Rule: SRD0010
| | |
|----|----|
| Assembly | SqlServer.Rules |
| Namespace | SqlServer.Rules.Design |
| Class | StartIdentity1000Rule |
## Rule Information
| | |
|----|----|
| Id | SRD0010 |
| Friendly Name | Low identity seed value |
| Category | Design |
| Ignorable | false |
| Applicable Types | Table |
## Description
Start identity column used in a primary key with a seed of 1000 or higher.
## Summary
Start identity columns used in a primary key with a seed of 1000
### Remarks
Seed values below 1000 have had issues with replication on some versions of SQL Server
<sub><sup>Generated by a tool</sup></sub>