Azure-Player / SCD-Merge-Wizard

SCD Merge Wizard is an application which will help you generate T-SQL statement for merging data from two tables into one table in minutes. At the end, generated T-SQL statement can be used to replace Microsoft's SSIS Slowly Changing Dimension component.
GNU General Public License v3.0
42 stars 18 forks source link

Sorted table/view/synonym names. #8

Closed jwk6 closed 4 years ago

jwk6 commented 4 years ago

Implemented IComparable in MyDBObject to allow sorting of table, view, and synonym names in DBHelper.

NowinskiK commented 4 years ago

2

NowinskiK commented 4 years ago

Thanks @jwk6 for contributing!