I have a table that I cannot drop or alter at all. I have tried through EM and Query Analyzer. Either way, the script either never completes its execution, or it times out. In the case of EM, it locks up the program entirely.Here is the table:CREATE TABLE MyTable ([qid] uniqueidentifier NOT NULL, [queue_id] int NOT NULL, [message_id] int NOT NULL)
I really want the table to be dropped, but it won't let me. I have tried the following methods without any favorable results:DROP TABLE MyTableALTER TABLE MyTable DROP COLUMN quid
Can someone assist me in getting rid of this troublesome table, please?- - - -- Will -- - - -http://www.servicerank.com/