Email Alerts
-
Logging for security compliance in SQL Server
Logging for security compliance in SQL Server can be tricky. Recommendations come from all directions: vendors, auditors and lawyers. As a SQL Server administrator, it's your job to determine what's reasonable based on risk. Contributor Kevin Beaver ... Tip
-
Find the size of every database
This handy script will find the size of every database in SQL Server 2000 without using the sp_spaceused function. Tip
-
Alternate way to find database size
Here's a quick SQL Server script that finds the size of the database and separates the log and data file sizes. Tip
-
Are you ready for a compliance audit?
SOX, HIPAA, SB1386, EUDPA, GLBA. Are you ready? Tip
-
Script to kill all database processes
Here is a script to silently kill all users connected to a SQL Server database. Tip