By tag: SQLInjection
0
kicks
Download Microsoft SQL Azure Frequently Asked Questions (FAQ)
If you are struggling with a SQL Azure problem, one of the first resource to refer is the Microsoft SQL Azure FAQ document which presents a number of commonly asked SQL Azure questions along with a very detailed answer to each of them.
0
kicks
Microsoft Security Advisory - SQL Injection
Apparently the saga continues; although I don't have exact figures, there was another rise in attacks in May. Suffice to say that Microsoft saw fit to release a security advisory (954462) on Tuesday, 06-24-2008.
0
kicks
Finding SQL Injection with Scrawlr
Microsoft worked with the HP Web Security Research group to release the Scrawlr tool. The tool will crawl a website, simultaneously analyzing the parameters of each individual web page for SQL Injection vulnerabilities. This will allow an IT/DB admin to easily find vulnerabilities similar to the on...
0
kicks
Preventing SQL injection attacks in ASP.NET
SQL injection can occur when an application uses input to construct dynamic SQL statements or when it uses stored procedures to connect to the database. Conventional security measures, such as the use of SSL and IPSec, do not protect your application from SQL injection attacks. Successful SQL inject...
0
kicks
Tip/Trick: Guard Against SQL Injection Attacks
Scott Guthrie discusses what SQL Injection is and how to prevent it in your applications.
0
kicks
Preventing SQL Injection Attacks
Keep your code secure against intruders. In this article we provide examples of SQL injection attacks and how you can write code to prevent them. Stop people from getting information from your database.