Friday, April 5, 2013

Drop and Create Script Issue with SQL Server 2012

When you do drop and create SP in SQL Server 2008, the script will have “If exists” script. But in SQL Server 2012 this check is missing it just does a drop and create. So if the script is getting executed the first time, it may throw an error since the SP is not present and we are trying to Drop a  non-existen

No comments: