In Server Management Studio 2005, I'm trying to remove a primary key constraint from a table. It keeps timing out. When I did the Connect in sms, I specifically put a timeout of 3600, which should be an hour. But the statment stops with an error saying it timed out after a few minutes.
Is there some other connection that these statements are using?
Also, is there a way...and I know this is a crutch...to do the changes to the table in the 'design view', and then view the actual ddl sql in a script somewhere? Thanks,
--Jim
Is there some other connection that these statements are using?
Also, is there a way...and I know this is a crutch...to do the changes to the table in the 'design view', and then view the actual ddl sql in a script somewhere? Thanks,
--Jim