Activity overview
Latest activity by AndreQ1
After looking at SqlDataCompare /? I found the solution to this with the following. There are other flags for passwords and such. The helpfile was very helpful. c:Program Files (x86)Red GateSQL Data Compare 12SQLDataCompare.exe /Server1:YourServer1 /database1:SourceDatabase /Server2:YourServer2 /database2:DestinationDatabase
/ comments
After looking at SqlDataCompare /? I found the solution to this with the following. There are other flags for passwords and such. The helpfile was very helpful.c:Program Files (x86)Red GateSQL Data...
Apologies, after looking through SQLDataCompare /?, I found pretty much everything I'm looking for with this: c:Program Files (x86)Red GateSQL Data Compare 12SQLDataCompare.exe /project:c:YourFolderHereRedgateTest.sdc /quiet /force /out:c:YourFolderHereOutput_Daily.txt /outputwidth:100 /scriptfile:c:YourFolderHereRedGateCompare.sql
/ comments
Apologies, after looking through SQLDataCompare /?, I found pretty much everything I'm looking for with this:c:Program Files (x86)Red GateSQL Data Compare 12SQLDataCompare.exe /project:c:YourFolde...
Automatically running the SDC file
The SQL Data Compare project file is configured very nicely now. I'd like to find a way to schedule it so it runs every day in a SQL Server job.
Is there a flag I can set so I can do the equivalent...
Command line login to database
I'm trying to generate a command line to compare two databases, but when I use the command below, I get the error that "a network-related or instance-specific error occurred while establishing a co...
Overlay production backup to development environment
When attempting to do a restore from backup through the dialog boxes, its not allowing me to restore it to a different server? What are the steps / choices to maike to allow me to do this?
Thanks
...