Log output
Melnoch
Posts: 3
Hi everyone,
I'm currently trying to use SQL Data Compare to see if it can help us solve a problem of data synchronisation between two databases. My problem currently is I don't see the errors in the log I get when trying to synchronize my databases :
To see how to set up the logs, i changed a column of the target table to not null and try to synchronize data with null values into :mrgreen:. My concern is even if I add in the command line :
SQLDataCompare.exe /Project:"C:ProjectsmyProject.sdc" /Out:C:Outputoutput /v /sync
The error is only displayed in the command and not in the log. I may have missed something but if you can help me there ! Following some articles, I automated this through TeamCity which can give the error logs i want, but maybe is there something else to do it directly through SQL Data Compare.
I'm using the version 11.4.
Thanks !
I'm currently trying to use SQL Data Compare to see if it can help us solve a problem of data synchronisation between two databases. My problem currently is I don't see the errors in the log I get when trying to synchronize my databases :
To see how to set up the logs, i changed a column of the target table to not null and try to synchronize data with null values into :mrgreen:. My concern is even if I add in the command line :
SQLDataCompare.exe /Project:"C:ProjectsmyProject.sdc" /Out:C:Outputoutput /v /sync
The error is only displayed in the command and not in the log. I may have missed something but if you can help me there ! Following some articles, I automated this through TeamCity which can give the error logs i want, but maybe is there something else to do it directly through SQL Data Compare.
I'm using the version 11.4.
Thanks !
Comments
By the way, is it possible to change the folder where the log is saved ?