Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » SQL SERVER » Security
  • Finding Sites That Allow SQL Injection Attacks

    Michael Sutton recently blogged on creating a SQL Injection Attack crawler app that used Google to locate sites thar were susceptible to SQL Injection attacks. Scott Guthrie mentions the post in his blog.  Take a look at Michael's and Scott's posts. Very scary stuff. I guess I thought everyone knew this stuff already but then again it ...
    Posted to Paul Litwin's Blog (Weblog) by plitwin on October 1, 2006
  • Is Dynamic SQL in Your Stored Procedures Vulnerable to SQL Injection?

    We all should be familiar with the fact that concatenating user input directly into SQL statements is an open invitation to an SQL Injection attack.  Code such asMySql = ''Select * from Orders where Customer ID=''' & txtCustomerId & '''''should be avoided.  If you need some more background information on SQL Injection attacks, I am building a ...
    Posted to Richard Dudley (Weblog) by rjdudley on June 30, 2005