sqlhints.com
DROP IF EXISTS Statement in Sql Server 2016
In Sql Server 2016, IF EXISTS is the new optional clause introduced in the existing DROP statement. Basically, it checks the existence of the object, if the object does exists it drops it and if it…