jeffmoore64
Programmer
Hi,
I'm trying to drop my PK. Here is the code I'm using:
alter table japan_rep.dbo.whm09_2 drop constraint PK_whm09_2
There are only 56 columns in the table and 2 fields. The table is not being used. I have let the above sql run for 10 minutes without completion.
What am I doing wrong here?
TIA
I'm trying to drop my PK. Here is the code I'm using:
alter table japan_rep.dbo.whm09_2 drop constraint PK_whm09_2
There are only 56 columns in the table and 2 fields. The table is not being used. I have let the above sql run for 10 minutes without completion.
What am I doing wrong here?
TIA