I restored all Databases in other server.
First I restored the master database and after the others databases. But when I connect by Query Analyser with a user that is a DBO and I execute a select the system return : "Invalid object name 'XXXX'"
My MS-SQL is the version 7.0.What happens when you run this query on that database:
select uid, name
from sysobjects
where name = 'XXXX'
where 'XXXX' is the name of the table you are after.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment