Microsoft shows how to secure SQL servers

This video shows excerpts from a Microsoft TechEd training class on how to secure a Microsoft SQL server. The purpose here is to show the futility of trying to protect the data in the database from the database level. Data must be protected by the applications that are written to access the data. Think about it; databases are designed to store vast amounts of information and retrieve it on demand.

Duration : 0:6:28



2 Responses to “Microsoft shows how to secure SQL servers”

  1. shadowcipher Says:

    Todays lesson: To …
    Todays lesson: To secure MS SQL u must break everything. So, why use it?

  2. jrhelgeson Says:

    This video is …
    This video is provided to show that SQL injection problems CANNOT be solved by the database. The purpose of the database is to sore data and retrieve it on demand. If the web developer has not properly sanitized their input fields, the hacker gets the data, period.

Leave a Reply

Posted on March 2nd, 2007 by admin

Filed under Microsoft SQL Server |

|