can't you just drop your primary key constraint and create it again?
alter table
drop constraint;
alter table
add constraint PK_??? PRIMARY KEY(column_name);
|
Results 1 to 3 of 3
Thread: Creating the Not null columnThreaded View
|
Click Here to Expand Forum to Full Width |