Scripting out SQL Server Logins
I regularly move logins between servers. Mostly this is between production and our DR site. I’ve used the code in KB246133 many, many times but it’s pretty limited. I started with that and wrote the script below. There is a user-defined function that’s created in master. You…