SQL Server

How To Drop Multiple Tables in SQL Server

Posted on

In this post i will discuss how To Drop Multiple Tables in SQL Server starting with a fixed pattern Situation: I want to drop multiple tables which starts with a name “temp_”. Suppose I have 30 tables in my database which I need to drop and I don’t want to write drop statement 30 times. Instead I […]