CreateIdSequence Procedure (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.]

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.

Remarks

See Also

Reference

Repository Procedures
Repository Schema

Send comments about this topic to Microsoft.