Activity overview
Latest activity by lc6529
Ok, I did that and I piped the results to a text file.
I used these switches
/Include:Missing /Include:Different /Include:Identical /Verbose /Sync
and my report file looks like this EACH time I run it.
Object type Name Records DB1 DB2
Table [dbo].[Orders] 4694 == ==
Table [dbo].[Orders] 20 <> <>
OK
Am I doing something wrong? / comments
Ok, I did that and I piped the results to a text file.
I used these switches
/Include:Missing /Include:Different /Include:Identical /Verbose /Sync
and my report file looks like this EACH time I run...
XML Comparison Columns
When using an XML File, Is There A Way To Tell SQLDataCompare
Which Columns to use in the comparison?
I have two tables to compare and without getting into a lot of detail, I need to compare the no...
SQL Data Compare - Exclude Rowguid From Comparison
Getting Closer.
I have setup an XML Argument file to compare two tables on two different servers and put the output of the comparison into a log file.
The tables are identical except for 2 things.
...
SQLDataCompare - EXCLUDE Column In XML File
So in my last episode, I was setting up a DATACOMPARISON using an XML file.
Table 1 is to be compared to Table 2. Table 1 has jobs run against it which delete data from the table. The comparison ...
Yes that seemed to work!
Thanks! / comments
Yes that seemed to work!
Thanks!
Redgate SQL Compare XML Syntax INCLUDE Syntax
I am trying to compare a table that exists in separate databases on two different servers.
Table 1 is the master, there is a job that will truncate all data once a week and then repopulate it.
Tabl...
So I use
<include>Table:\[TableName\]</include>
AND
<Include>Missing</include>
<Include>Different</include> / comments
So I use
<include>Table:\[TableName\]</include>
AND
<Include>Missing</include>
<Include>Different</include>
XML Command Line Switches...
I currently have a batchfile calling SQLDATACOMPARE to compare 1 table on two different servers, the target table is only supposed to have rows added or modified NOT deleted so I use the command li...
Compare Not Working In VB.NET
Ok, I am stubborn. I have the project working from the command line using SQLDATACOMPARE /PROJECT:"C:\ProjectName.SDC" but I cannot seem to get this to work in my VB.NET project.
I don't get any ...