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.
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 2008set compatability option to 2008no 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? |
 |
|
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 |
 |
|
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/ |
 |
|
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 |
 |
|
|
|
|