Database Activity Monitoring Part 2 - SQL Injection Attacks

Posted on SQL Server Central See other posts from SQL Server Central
Published on 2010/03/10 Indexed on 2010/03/15 15:40 UTC
Read the original article Hit count: 376

Filed under:
If you think through the web sites you visit on a daily basis the chances are that you will need to login to verify who you are. In most cases your username would be stored in a relational database along with all the other registered users on that web site. Hopefully your password will be encrypted and not stored in plain text.

© SQL Server Central or respective owner