I restored a SQL Server 2000 database to 2005 then to 2012. I am not able to see system tables that existed in SQL Server 2000 now.
Can somebody please let me know what is the reason.
Thank you
I restored a SQL Server 2000 database to 2005 then to 2012. I am not able to see system tables that existed in SQL Server 2000 now. Can somebody please let me know what is the reason. Thank you |
|||||||||
|
You should be using the catalog views instead of the old system tables (e.g. Please read the notes on the old docs, e.g. for
Here is a link to the mapping document they mention, but don't link. This should show you how to start making the transition from, say, Stop using the old system tables. Learn the new metadata; it's here to stay. |
||||
|