Previous Topic: Define a SQL Server 2012 Full-Text StoplistNext Topic: Creating a Sequence in SQL Server 2012


Sequence

Sequence is a new object that generates sequence of numbers. It is a user-defined object that is bound to a schema. A sequence object can be used with more than one table. You can also create a sequence cycle to repeat the sequential number after it reaches a limit.