by Jonathan de Halleux
A helper framework for generation of SQL queries in C++ and Lua
by Michael N. Haephrati
The DataTune system was one of the earliest data cleansing systems.
by Ravindra T C
Explains how to use MySQL with the Entity Framework.
by Alexey
The alxBase classes for work with dbf files.
by NightWizzard
Handling for hex expressions and the trailing '}'
by Baliram Suryawanshi
Pass OUTPUT parameter from stored procedure to SSIS Precendence Constraints
by Jörgen Andersson
A propertymapping extension for DataReaders
by derekman9707
A common question is what is the difference between truncating a table and deleting a table. The short answer is that they both do the same thing, but in different ways. So consider that you have a table that contains 1,000,000 rows and you need to remove all of the rows. Option 1 is to use DELETE