Tag Archives: Redgate

Testing Sum By Month

I’ve been on a testing kick, trying to formalize the ad hoc queries I’ve run into something that’s easier to track. As a result, when I look to solve a problem, I’ve written a test to verify that what I … Continue reading

Posted in Blog | Tagged , , , , | Comments Off on Testing Sum By Month

SQL Source Control and Git–Getting Started

It seems as though Git is taking the world by storm as the Version Control System (VCS) of choice. TFS is widely used in the MS world, but Git is growing, Subversion is shrinking, as are most of the other … Continue reading

Posted in Blog | Tagged , , , , | 12 Comments

SQL Data Generator–Masking Production Data

This is a series on SQL Data Generator, covering some interesting scenarios I’ve run into. If you’ve never tried it, SQL Data Generator is a part of the SQL Toolbelt. Give it a try today with an evaluation today. I … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Simple Merges KDiff3 at SQL in the City

One of the hassles of working in a development team is that you will have conflicts between your code and another developer’s. That’s fine, and it’s a natural effect of allowing each person to work on parts of a database … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Simple Merges KDiff3 at SQL in the City