We recently recovered from a catastrophic failure of our database server. After recovering and restoring my database when I run any queries either in Query Analyzer or in my web application I get an "Invalid Object name 'someTableName' " error. If I change my query to use [schema].[tablename] the query returns fine.
Is there a way to fix this?
Thanks,
Ben