Wednesday, March 28, 2012

information on securing SQL Server

My company is going to be rolling out a .Net application soon. I have been tasked with assisting on the security side of things. Basic setup for now will be a web server (IIS) in the DMZ, Cisco pix firewall then the SQL Server databases (2000, sp3a).

Can you all point out any good documentation that would cover things such as

a. using a Cisco Pix firewall with SQL Server

b. using client protocal encryption with a SQL Server website

c. testing how secure your SQL Server website really is?

Thanks all!

frank

For b), check the following links:

http://support.microsoft.com/default.aspx?scid=kb;en-us;316898
http://blogs.msdn.com/sql_protocols/archive/2005/10/4.aspx

For c), take a look at MBSA:

http://www.microsoft.com/technet/security/tools/mbsahome.mspx

Thanks
Laurentiu

No comments:

Post a Comment