Hopefully this is a real easy question.
I have a database where currently if I need to select against of the tables I have to also specify the db and the owner of the object (e.g. MyDB.dbo.MyTable). If I just try to specify MyTable, I get an error. Any ideas?
Shane Stecher