Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 backup restore 2000 to 2008

Author  Topic 

tybaltzeke
Starting Member

28 Posts

Posted - 2010-05-08 : 20:53:51
Backup a database with 100's of user tables (non system) in 2000 and restore it in 2008
set compatability option to 2008

no user tables appear!

Does anyone have any ideas?

Kristen
Test

22859 Posts

Posted - 2010-05-09 : 02:44:51
Tables owned by a schema other than dbo?
Go to Top of Page

tybaltzeke
Starting Member

28 Posts

Posted - 2010-05-09 : 10:55:11
Thanks for your interest! i'm not at work right now so i can't check , but i'm pretty sure that all the tables are in the dbo schema
Go to Top of Page

dinakar
Master Smack Fu Yak Hacker

2507 Posts

Posted - 2010-05-09 : 20:00:13
if your restore worked fine then they should be in there.

Dinakar Nethi
************************
Life is short. Enjoy it.
************************
http://weblogs.sqlteam.com/dinakar/
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2010-05-10 : 02:34:11
"no user tables appear"

In SSMS? If so try querying the database direct instead?

SELECT * FROM INFORMATION_SCHEMA.TABLES
Go to Top of Page
   

- Advertisement -