Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sequences

Status
Not open for further replies.

liontiger

Programmer
Feb 16, 2001
4
US
How to use sequences in sql-server as we do in oracle
 
You probably want to define a column in a table as IDENTITY, giving it an initial value (usually 1) and an incremental value (again, usually 1).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top