Yes you can, its just not much fun. Only way i know of. And there may be others, but this is all i know. First you need to allow adhoc updates to the system tables. its a property in the server settings. Then you go to sysobjects table in the database those tables are in. Change the xtype of those tables from S to U. This changes them to user tables which you can then delete. Change back adhoc updates to not allowed.
Make sure you make a backup before you start... Hopefully soemone knows a differnt way since digging through system tables is not much fun. I think this is how i did it, but im not able to remember for sure. Best i can say is try it and see if it works. Im pretty sure it worked for stored procedures.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.