 |
Helpful Tools for your SQL Server: Be sure to download the "SQL Server 2000 Security Tools" from microsoft.com/sql
|
|
 |
Security Tip: Do not allow applications to issue SELECT,INSERT,UPDATE, or DELETE statements to your database. Instead create a set of stored procedures and require that your applications use these "interfaces" into your database
|
|
 |
Want to see something cool? Run DBCC PERFMON WITH TABLERESULTS
|
|