Sql Server Procedures migration (2005 to 2012)

Hi All,

We are migrating sql server Stored Procedures from 2005 to 2012.

We are facing some conflicts(Keyword changes) while migrating into 2012. We are executing each and every stored procedure and

finding some keyword changes.We have nearly 2000 stored procedures. It is a time consuming process.

What are the best way to find out the changes in 2012

Does anyone have script(Sql server) to find out/what are the changes need to be change in 2012.

Thanks in advance...

July 27th, 2015 2:29am

I believe the only breaking change in T-SQL (2012) is the syntax of raiserror. Are you getting any error other than this? 

 
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2015 2:39am

I would suggest you to first run SQL server 2012 upgrade advisor it would point to ALL BREAKING CHANGES. You can learn more about breaking changes in SQl Server 2012
July 27th, 2015 3:00am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics