SQL Server – DROP IF EXISTS in SQL Server 2016
Hi friends, in SQL Server 2016 to check the existence of the object a new optional clause IF EXISTS gets introduced which can be used with the existing DROP statement. Previously, within IF clause we were checking whether the object is exist or not. Here is the syntax that we were using in previous versions… Continue reading SQL Server – DROP IF EXISTS in SQL Server 2016