Skip to main content

MS SQL Commands

Rename a domain user:

ALTER LOGIN [OLD_DOMAIN\Administrator] WITH NAME = [NEW_DOMAIN\Administrator];