Changing User Authentication

  • Hello,

    I recently took on a new sql server 2000 where there are several logins using sql server authentication.  Is there any easy way to switch the authentication mode to windows authentication for each user and preserve all the rights without dropping each login and creating new ones.  Thanks in advance.

    bc

  • No. The Account has no way to match to the NT Person or Group. You will need to record all their permissions and create the new account. Don't remove the old until complete that way you can still reference.

  • That's what I feared.  Thanks for the confirmation.

  • There's no way to do this. The SQL login is not related to the Windows login. You could add the Windows login and map it to the database user, but not sure how well that would work.

    You should move to roles to avoid this very problem.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply