How can we help you today? How can we help you today?
j.salmon

Activity overview

Latest activity by j.salmon

Feature enhancement: Where clause editor max size
Request for a feature enhancement, make the max size for the where clause editor much larger (currently just over 4k chars). I generally have to compare larger sets of data where I'm doing an IN st...
2 followers 2 comments 0 votes
Request for very minor UI changes in data comp + sql comp
Respectfully requesting very minor UI changes in data comp. I use both tools religiously daily for various tasks, and use the keyboard exclusively for saved projects that basically just need to be ...
5 followers 9 comments 0 votes
Ok, following your instructions........here's what I did. I ran the following sqldatacompare.exe /project:"c:\VinylRemake.sdc" /include:Table:\[VinylRemakeHistory\] This runs the data compare only for the table VinylRemakeHistory. This runs quickly and outputs the results as expect. Registering databases Mapping Comparing databases Finished Summary Information ===================================================================================================================================================================================================================================== DB1 = DB2 = alsddb4.aldata002 Object type Name Records DB1 DB2 Table [dbo].[VinylRemakeHistory] 10 >> Table [dbo].[VinylRemakeHistory] 52960 << If I add a sync to the end of the previous cmd: sqldatacompare.exe /project:"c:\VinylRemake.sdc" /include:Table:\[VinylRemakeHistory\] /sync The sync. fails. I get the following error: Error: Synchronization of 'Server1.TestDB1' and 'Server1.TestDB2' failed: The DELETE statement conflicted with the REFERENCE constraint "FK_VinylRemakeHistoryProductionLine_VinylRemakeHistory". The conflict occurred in database "TestDB2", table "dbo.VinylRemakeHistoryProductionLine", column 'VinylRemakeHistoryID'. In the project, I have specified for it to drop everything in the sync behavior (foreign keys, prim keys, triggers, etc). If I reopen the .sdc in data compare, the settings are retained, but they don't appear to be used with the command line compare? / comments
Ok, following your instructions........here's what I did. I ran the following sqldatacompare.exe /project:"c:\VinylRemake.sdc" /include:Table:\[VinylRemakeHistory\] This runs the data compare only ...
0 votes
Questions on how to programmatically sync w/ where clause
Brief background on what I am trying to do: I need to sync a large database. The large majority of tables are small and can be copied in full (can be done with a batch file). There are about 12 tab...
3 followers 8 comments 0 votes
Question regarding how tables are analyzed in cmd mode
I have a question regarding how tables are analyzed for comparison while running from the command line. I have a long list of tables to <include>. There are about 12 tables I do not want to process...
1 follower 1 comment 0 votes