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:
Post a Comment