I have tried to create a sequence in SQL Server 2008 using the following query,
CREATE SEQUENCE serial START 100
I got the following syntax error,
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near 'SEQUENCE'.
How to create a sequence in SQL Server 2008?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…