Thursday, June 07, 2007 - Posts

Free Diff/Merge Tool

SourceGear has released a snappy new diff / merge tool - and it's free!

More information is available at Eric Sink's blog - it's definitely worth a look!

:{> Andy

Technorati Tags: Free Diff Merge SourceGear Eric Sink

RowCount and Stored Procedures

Recently I thought the SQL Server RowCount functions were lying to me - telling me there was only one row being returned by stored procedures that performed Select statements only - Select statements that I knew returned more than a single row.

I discovered the culprit after some digging: the Return statement at the end of the procedure was, in fact, returning 0 - which is technically one row.

:{> Andy

Technorati Tags: