• SQLSACT (8/29/2012)


    How do iIcreate the Logins with the same SID?

    Is there a process for this?

    You can use SID option in CREATE LOGIN statement (see BOL for more details).

    You can get the SID using:

    select sid from sys.server_principals where name = 'LoginName'