Include *.snp filenames in SQL Compare reports
The DatabaseName/ServerName included in some SQL Compare report headers is completely worthless.
A value-added proposition would be to include the actual *.snp names in the header.
This is Red Gate SQL Compare *.html code:
var datasource1type = "snapshot";var datasource1server = "thisinfoisIDENTICALandworthless";var datasource1database = "IT";var datasource2type = "snapshot";var datasource2server = "thisinfoisIDENTICALandworthless";var datasource2database = "IT";
This does not appear to be rocket surgery...
3
votes
