February 15, 2012 at 2:28 am
Hi all,
Can we create Sequences in SQL Server? I know I used identity column instead of Sequences in SQL Server.
When I went through some help documents it says
1. Create schema
2. Cretae a sequence
But when I am trying to create a sequence
CREATE
SEQUENCE test.Seq_one AS int INCREMENT BY 1 ;
Msg 343, Level 15, State 1, Line 2
Unknown object type 'SEQUENCE' used in a CREATE, DROP, or ALTER statement.
Please let me know if this does not exists in SQL 2008.
February 15, 2012 at 2:32 am
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply