What are some things I can do to secure my SQL Server?
- Keep up to date on SQL Server service packs and patches
- Audit SQL Server accounts for weak passwords
- Restict access to the SQL Server to only trusted clients
- Use Windows Only authentication where possible
- Store SQL Server backup files in a secure location and encrypted
- Disable all netlibs if the SQL Server is local-only
- Regularly scan the installation with Microsoft's Baseline Security Analyzer