September 7, 2012 at 9:46 am
We're migranting from SQL 2000 to SQL 2008 r2. Since there are huge amount of stored procedures involved that need to be tested, does any body know of any app that can scan (read) all stored procedures an report any SQL sentence that need to be changed.
Thanks...
September 7, 2012 at 9:52 am
Hi
we use Red Gate Tools - one of which is SQL Script which could script your DB and you could do a check on that.
However, I think that 2008 (with SP1) vs. 2008R2 would be minor, as 2008R2 is the minor upgrade from 2008 SP1.
Clearly MS added new features, but I wasn't aware of any syntax/key word changes between 2008SP1 and 2008 R2
This may be of use
http://msdn.microsoft.com/en-us/library/bb500435%28SQL.105%29.aspx
September 7, 2012 at 10:26 am
TanglyPegasus,
Thanks for your help.
We're migrating from SQL 2000, not 2008 SP1. We are aware that there are some sintax / key word difference that need to be address. Since we have so many stored procedures we are looking for something that can automate this search so we can go directly to solve the issues detected.
September 7, 2012 at 10:46 am
Have you run the Upgrade Advisor? It might do what you need.
http://msdn.microsoft.com/en-us/library/ms144256(v=sql.105).aspx
I'm not sure if some of the RedGate tools would help.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply