Moving/Copying Security Groups

  • Hi,

    Is there a way to move/copy a Users group (under a specific database) to the main Security, logins groups for a sql server, without having to recreate the whole group 'manually'?

    Thanks!

    Jinx.

  • i guess you are talking about orphaned logins.

    you can chek it using

    sp_change_users_login 'report'

    sp_change_users_login 'update_one', [ , [ @UserNamePattern ] 'user' ] [ , [ @LoginName = ] 'login' ]

Viewing 2 posts - 1 through 1 (of 1 total)

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