Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL 2000 login issue

Author  Topic 

cvsanthosh
Starting Member

1 Post

Posted - 2010-11-16 : 05:28:01
SQL 2000 database is restored from a dump. user1 exists in enterprise security and the user1 has access on the required db1. but when i try to login as user1, it fails connecting to the database with the message

18456, level 16, state 1

chadmat
The Chadinator

1974 Posts

Posted - 2010-11-16 : 12:05:47
Is user1 orphaned? run:
sp_change_users_login 'Report'

and see if they show up.

-Chad
Go to Top of Page
   

- Advertisement -