I need to drop multiple tables in my DB which got created more than two months from current time.
My database has these sample tables:
Table_A_20200101
Table_B_20200212
Table_C_20200305
Table_Exp
Table_XYZ
I tried dropping a SQL Server CE table using both:
drop invHeader
-and:
drop [invHeader]
...in Query Analyzer, but in both cases, I get the same err msg:
Dropping a table should be drop-dead easy, but this one keeps bouncing back up, like a…