You could use the undocumented sp_MSForEachTable stored procedure to run a script for every table. This script would check the name and drop it. You can probably find an example of this somewhere. weblogs.sqlteam.com/joew/archive/2007/10/23/60383.aspx
sp_MSForEachTablestored procedure to run a script for every table. This script would check the name and drop it. You can probably find an example of this somewhere. weblogs.sqlteam.com/joew/archive/2007/10/23/60383.aspx