Can SQL Compare compare data in tables?
ray023
Posts: 3
Given the following argument line:
Is there a way to append and compare results of a sql statement like this:
string arguments = String.Format("/Database1:{0} /Database2:{1} /Exclude:Identical /Options:Default,IgnoreWhiteSpace,IgnoreComments,CaseSensitiveObjectDefinition,ForceColumnOrder,IgnorePermissions /Report:\"{2}\" /ReportType:Interactive /Force", ConfigurationManager.AppSettings["OriginalDatabase"], ConfigurationManager.AppSettings["UpdatedDatabase"], compareResultsFilePath);
Is there a way to append and compare results of a sql statement like this:
SELECT mt1.Visible, mt2.Name, mt2.Description, FROM MyTable1 mt1 Inner Join MyTable2 mt2 on mt1.ClassificationID = mt2.ClassificationID
Comments
Not possible at all?
Just trying to clarify.
We do have SQL Data Compare 8; but, from what I can tell, it looks like you can only compare tables.
http://www.red-gate.com/supportcenter/c ... erformance
(see: Filtering the data)