I have been trying to drop a table for a while but it will not drop. It is not a large table. The command I used is:
drop table tablename
I also tried truncating the table:
truncate table tablename
Both appear to be running but never complete. I have started deleting records in groups but that is taking a long time too. Can anyone tell me how to get this table dropped or find out what the issue is so I can fix it?
drop table tablename
I also tried truncating the table:
truncate table tablename
Both appear to be running but never complete. I have started deleting records in groups but that is taking a long time too. Can anyone tell me how to get this table dropped or find out what the issue is so I can fix it?