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
Make use of IDENTITY column will do your task.
IDENTITY
Get full details on msdn : IDENTITY