|
hi, Pleanning for a enterpirse server upgrade from 2000 and 2005 servers to 2008, is there any TOOL which would run across the server to identify if there any deprecated commands used in these servers. I have used SQL server upgrade advisor but its of not much detailed report. Please let me know if any other tools or any other process involved in usage. Thanks and regards,
(comments are locked)
|
|
I wrote a tip on mssqltips.com last year that should help you derive a trace to capture these events and identify where they're coming from.
(comments are locked)
|
|
You could use Extended Events to identify deprecated features too - a good example here : http://www.mssqltips.com/sqlservertip/1857/identify-deprecated-sql-server-code-with-extended-events/
(comments are locked)
|
|
What you could do is take a copy of your database into SQL Server 2008 R2, and capture a day's activity in the form of a trace file that you then replay against the SQL Server 2008 R2 instance. Then you can look at the contents of the system DMV See, among others, http://technet.microsoft.com/en-us/library/bb510662.aspx, http://blogs.lessthandot.com/index.php/DataMgmt/DBProgramming/MSSQLServer/find-out-if-you-are-using-deprecated-fea-2008, http://sqlblog.com/blogs/allen_white/archive/2009/05/26/tracking-deprecated-features.aspx
(comments are locked)
|

