papadi Development Blog

.NET and Software Development by Dimitris Papadimitriou 
Filed under

sql

 

SQL Injection Cheat Sheet

Do you think you know everything you need to know regarding SQL Injection? Think again and take a look at this great article:

http://ferruh.mavituna.com/sql-injection-cheatsheet-oku

Author describes all (?) possible sql injection cases for SQL Server, Oracle, MySQL and PostgreSQL.

Filed under  //   Data   sql   SQL Server  

Comments [0]

Microsoft SQL Web Data Administrator

Tool provided by Microsoft to remotely manage an SQL Server or an MSDE. This tool actually covers the lack of management tools of MSDE. Well... not all functions of Enterprise Manager are supported but it's a good start. The fact that you can execute an SQL statement could compensate, for instance, the lack of backup and restore function.
No IIS?
The fact that it's an Web tool does not mean that you can't use it without IIS. It can also work with the Cassini Virtual Web Server, which is integrated into the package. You can just click on the Program Files shortcut and manage your database directly!
Download!
To download SQL Web Data Administrator click here!

Filed under  //   IIS   sql  

Comments [0]