SQL Server script commands to check if object exists and drop it
- by deadlydog
Over the past couple years I’ve been keeping track of common SQL Server
script commands that I use so I don’t have to constantly Google them. Most of
them are how to check if a SQL object exists before dropping it. I thought
others might find these useful to have them all in one place, so here you
go:
1:…