April 15, 2008 at 12:07 pm
All of a sudden*, users must qualify table names with the owner name to be able to see them, even for tables they own.
We also have an application that assumes the tables owned by its user are there, and they suddenly are not found and the app won't work.
So the question is, what would cause this behavior?
(*Of course, "all of a sudden" = "someone did something we don't yet know about")
April 25, 2008 at 8:25 pm
Sounds like someone changed a role or reassigned a role. Maybe even changed to Windows Authentication without doing the necessary work to keep privs.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 25, 2008 at 9:04 pm
I'd recommend verify that that database is owned by the user you'd expect.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply