Try:
alter table dbo.t1
add sk int not null identity(1, 1) constraint pk_t1 primary key clustered with fillfactor = 85;
go
AMB
Try:
alter table dbo.t1
add sk int not null identity(1, 1) constraint pk_t1 primary key clustered with fillfactor = 85;
go
AMB
Sql,Auto grow
No comments:
Post a Comment