Converting from 2000 to 2005
5 pts.
0
Q:
Converting from 2000 to 2005
I was given an existing application/database with stored procedures to work on. The existing database is in 2000 however the manager would like it converted to 2005 (she thought it already was a 2005 database). My system is only configured for 2005 so my analysis tools are not working on the existing database. The server team wants to know if there is any code that will be impacted by upgrading. Is there any way I can analyze this without going through all the code manually?
ASKED: Mar 27 2008  6:24 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
40 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Unless you can find a tool to do the analysis for you , you will need to do it pseudo randomly
I didn't when I was converting one about 3 months ago, sadly

I generated a script of the database and grepped it for key phrases
I used the articles by adam mechanic on searchsqlserver.com for inspiration on issues
Last Answered: Mar 28 2008  3:52 PM GMT by MarkWPF2   40 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0