Tag: sql server

Community

spAuditPasswords

This script is actually part of an article written about performing a simple password audit on SQL Server logins when you start to administor a new SQL Environment. The script will scan the sysxlogins table located in the master database for SQL Server logins with no passwords, passwords that are th

Community

Stored Procedures Administration

By Alexander Chigrik – SQL Server ships with number of stored procedures, which can be used for managing the database and displaying information about databases and users. These stored procedures are called system stored procedures. The system stored procedure’s name started with the prefix sp_ to d