5 pts.
 Migrating stored procedures from SQL Server 2000 to 2005
after migrating store procedures from 2000 to 2005 sql server, how we can check the store procedures are migrated correctly without executing them?

Software/Hardware used:
ASKED: January 3, 2011  4:06 PM
UPDATED: January 3, 2011  6:36 PM

Answer Wiki:
How did you migrate them? Did you upgrade the database by restoring it from the old server to the server? Did you upgrade the old server to SQL 2005? Did you attach the database to a new machine running SQL 2005? In all these cases the stored procedures are written exactly how they were when they were in the old system. The only task that must be performed after upgrading is that the statistics must be updated manually on the server as the SQL Server 2005 database engine can't use the SQL Server 2000 statistics.
Last Wiki Answer Submitted:  January 3, 2011  6:36 pm  by  Denny Cherry   64,520 pts.
All Answer Wiki Contributors:  Denny Cherry   64,520 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _