自增列   类型为:int identity(1,1)  当然也可以是bigint,smallint 
   eg: create table tbName(id int identity(1,1),description varchar(20))
   或在用企业管理器设计表字段时,将字段设为int,将标识设为是,其它用默认即可