↧
sys.sql_logins
sys.sql_logins: Returns one row for each SQL Server authentication login. It will return all the below columns. name principal_id sid type type_desc is_disabled create_date modify_date...
View ArticleScript to check – Login Name and Password are same
It is always a risk if the user name & password is equal. You can run the below script to find out the list of User/Login name & password which are equal. select cast(@@SERVERNAME as...
View Article