January 24, 2008 at 8:26 am
I have sql server 2000 enterprise edition installed on sever A. Database1 is on server A. I have installed sql sever 2000 standard edition client tools only on sever B. On server A, when I run enterprise manager and drill down the object list for Database1 and look at the users I see all users associated with the database. On server B, when I run enterprise manager and drill down the object list for Database1 and look at the users I do not see all the users associated with the database, but I can use query analyzer select * from sysusers from server b and see all users associated with the database. What would be causing this problem?
January 24, 2008 at 8:40 am
January 24, 2008 at 8:57 am
If you mean the user that can start and run sql server; then yes they are.
The database has been moved from one server to another. The users I can see from enterprise manager on sever B have login Names. Could that make a difference.
Thanks
January 24, 2008 at 9:12 am
You could have orphaned users (no mapped login). Run sp_change_userslogin to see what the issues are. Look up the report switches in books online.
January 24, 2008 at 10:07 am
Thanks Steve that was it.
I appreciate yours and Carolyn’s suggestions.
Thanks
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply