IdSequencesTable Table (Repository Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Stores sequence objects. Do not access this table directly. Instead use the [Repository].[CreateIdSequence] and [Repository].[NewIdInterval] stored procedures.
Fields
The following table lists the fields in the IdSequencesTable table.
Column | Type | Required | Description |
---|---|---|---|
Schema |
sysname |
yes |
Infrastructure. |
Sequence |
sysname |
yes |
Infrastructure. |
NextValue |
bigint |
yes |
Infrastructure. |