Update Datagarage table counts to handle tables with more than 2 billion records
I'm running into more clients where there are more than 2B records in a table. The problem is that Datagarage.dbo.dgTargetSourceTableRowCount stores the value of records in a table in an INT (limited to 2,147,483,647) so I have to change the colum...