News

SQL, the structured query language, is a programming language for communicating with databases. Variations on SQL are used by some of the most popular database tools in the world, including some ...
As promised in part one, I developed a Visual Basic program to generate a SQL script that clears all the data from a SQL Server database (See Code Download for full source code and executable). The ...
SQL Server 2005 or later script to generate TRUNCATE statements for all tables. Anyone that has tried this on anything but the most simplistic database has found, as I did, that this won't work. Any ...