April 8, 2003 at 12:04 pm
Hi there, I wanted to change the sa password and got the following error message. Your help is very much appreciated. Thanks.
Error 21776: [SQL-DMO]The name 'dbo' was not found in the Users collection. If the name is a qualified name, use [] to separate various parts of the name, and try again.
April 8, 2003 at 12:36 pm
I think your app is using the name dbo as the user name, you should use 'select suser_sname()' instead of 'select user_name()' in your app.
April 8, 2003 at 12:56 pm
Does dbo exist in all of your database user collections?
Steve Jones
April 8, 2003 at 12:59 pm
I am not sure what you mean by "user collections". Can you please specify? Thank you.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply