Welcome to Sign in | Help

Re: Migrare SQL Server Login bazat pe Asimetryc Key

  •  08-23-2012, 8:05 AM

    Re: Migrare SQL Server Login bazat pe Asimetryc Key

    Nu stiu exact cat te poate ajuta, dar poate poate

    EXEC dbo.sp_help_revlogin

    http://www.sqlhammer.com/blog/2012/08/20/how-to-transfer-logins-to-a-new-server

    sau pt hash ul
    LOGINPROPERTY ( 'login_name' , 'property_name' ) cu property_name setat la PasswordHash

    SELECT name, LOGINPROPERTY([name], 'PasswordHash') AS 'PasswordHash'
    FROM sys.sql_logins
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems