March 12, 2010

Pages


Search Site


Topics



Archives

Entries for month: August 2008

SQL Injection attacks

August 11 2008 by admin
First thing to say about this subject is this: If you aren't using stored procedures and scoping your variables with cfprocparam or cfqueryparam (if you use a plain ol' query) then you are moments away from a SQL injection attack and a potential total loss of data.

Read more...

Posted in SQL Server | 4 comments