Hi Team,
sp_validatelogins store proc validating the users by name not by SID. How can we get the SID of user using T-sql statements.
lets say , if a person name is changed from abc to abc1. Sp_validatelogins will tell us abc login should be removed. how is solve this using tsql ?
Thanks.