Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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.]
Creates a named sequence object that obtains one or more valid identifiers for newly inserted rows.
[Repository].[CreateIdSequence] ( @schema, @sequence, @initialValue )
Arguments
@schema
Type: sysname. The schema that owns the sequence object.
@sequence
Type: sysname. The name of the sequence object.
@initialValue
Type: bigint. The initial integral value of the sequence object.