News

In part 2 of a series, On VB columnist Joe Kunk provides a Visual Basic program to generate a SQL script that clears all the data from a SQL Server database. In part one of this article, I described a ...
CAMBRIDGE, England--(BUSINESS WIRE)--Redgate Software announced today the introduction of a new and comprehensive cross-database DevOps tool, which allows development teams to include test data ...
Most enterprise applications rely on the database as the persistence mechanism. Integration tests for these applications require data in the database to run correctly. For integration tests to be ...
OK, I found a couple things this weekend that were pretty cool. First, Red-Gate has a new data generator. It's been a long time since a standalone data generator has hit the market. I'm not sure why, ...
SQL Server 2008 R2, which ships this month, allows end users to tap into the powerful business intelligence features of SQL Server via tight integration with popular Microsoft applications like Excel.
There are times as a developer that you will want to be able to delete all the data from a database as efficiently as possible. Unfortunately, doing so may not be as easy as it seems. There are times ...