Tag: sql server

Community

Blind SQL Injection

(Ofer Maor and Amichai Shulman) In the past few years, SQL injection attacks have been on the rise. The increase in the number of database based applications, together with various publications that explain the problem and how it can be exploited (in both electronic and printed formats), have led to

Community

Enumerating Over Files

(Allan Mitchell) Let’s face it, in SQL Server 2000 Data transformation Services (DTS) it was a bit of a hack to be able to loop over files of a given type in a certain directory and import them into your destination. It involved a lot of “Glue Code” and a certain amount of fooling the package into g

Community

SQL Server version control

(Hilary Cotter) Like the weather, SQL developers and database administrators talk about version control, but most of them don’t do anything about it. Version control means managing the versions of the objects created and deployed in their SQL Server environments. Typically, this involves develop