Hi,
I have a temporary table that I need to drop but I can't run
DROP TABLE Db1.Table1; because it says error 5337 drop table is not allowed due to materialized temporary tables
So we went to every user that had used it and ran DROP TEMPORARY TABLE Db1.Table1;
But still no joy.
Is there an admin command I can use to force a release of locks and allow the drop?
How else can I do it?
Thanks,
Tony.
Forums: