SQLCompareCodeSnippets StagingServerName
electrum
Posts: 7
i installed the test databases as instructed in the comment of the c# source code.
when i compile and run the sample C# project SQLCompareCodeSnippets, it errors out with no error message.
i assume i need to change the value in StagingServerName to the connection string of the server with the database? i installed the database for example on the server "DBSERVER\ODS2008,3387"..
is this what i would need to put into the string for StagingServerName?
i tried it, with double slashes, and still get an abort.
when i compile and run the sample C# project SQLCompareCodeSnippets, it errors out with no error message.
i assume i need to change the value in StagingServerName to the connection string of the server with the database? i installed the database for example on the server "DBSERVER\ODS2008,3387"..
is this what i would need to put into the string for StagingServerName?
i tried it, with double slashes, and still get an abort.
Comments
that seemed to fix the problem, the sample i was running now runs without error.