Command line login to database
AndreQ1
Posts: 8
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 connection. The server was not found"
The examples in the online documentation (https://documentation.red-gate.com/display/SDC10/Simple+examples+using+the+command+line#Simpleexamplesusingthecommandline-Schedulingacomparison) don't mention the server. How do I specify the server and the login to use?
The examples in the online documentation (https://documentation.red-gate.com/display/SDC10/Simple+examples+using+the+command+line#Simpleexamplesusingthecommandline-Schedulingacomparison) don't mention the server. How do I specify the server and the login to use?
SQLDataCompare.exe /database1:RedGateTest1 /database2:RedGateTest2
Comments