79712811

Date: 2025-07-24 05:04:14
Score: 7
Natty:
Report link

Did you resolve this one? I am having this issue at the moment after a database recovery process.

*Some*, not all tables need to have a db user specified, while others don't

in SQL Server Enterprise Manager the query has to be

   select * from [xyz_dbo].[some_table_name]

On others

   select * from [some_table_name]

Works just fine

???

I take it to be some default setting on the SQL Server to default the db user name in the absence of one being supplied... but I know not about such things.

Reasons:
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (3): Did you resolve this
  • RegEx Blacklisted phrase (1.5): resolve this one?
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: John Nayler