Currently, I am basically dropping table like drop table scratch..TableName
If I have name of all the table in other separate table, then can I do perform to drop table by joining instead of copying and pasting name every time?
So I want to do something like this.. but I am no sure how to write this to SQL. I do use 2008 version. Table name matches from TableName table, then delete from scratch database.