Forum Moderators: open

Message Too Old, No Replies

sql lock down

         

stevelibby

10:11 pm on Aug 17, 2006 (gmt 0)

10+ Year Member



I want to be able to secure my mssql database. can anyone point me to any good online tutorials preferably with pictures

aspdaddy

8:07 am on Aug 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Run Baseline security analyser and if you have .net installed run sql best practice analyser - both can be downloaed from M$.

These check for all the obvious holes.

stevelibby

8:43 am on Aug 18, 2006 (gmt 0)

10+ Year Member



does this have to be installed on a server?

aspdaddy

10:29 am on Aug 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes, if thats not an option you can do it manually with the technet guides but most of the holes relate to installation and planning.

As a developer you can log errors - dont present SQL errors to the users and also take steps to prevent SQL Injection.