How can we help you today? How can we help you today?

invoke SQL Compare using Power shell

I am Doing a Comparison of two Databases USING  SQL Compare and it is working well.How ever i need to invoke it using Powershell any powershell blue print script Available ? 
Yande
0

Comments

1 comment

  • Tianjiao_Li
    Using SQL Compare in Powershell works the same way as in Command Prompt. Here is an example:

    & "C:\Program Files (x86)\Red Gate\SQL Compare 13\sqlcompare.exe" /s1:yourServer /db1:demo1 /s2:yourServer /db2:demo2
    Tianjiao_Li
    0

Add comment

Please sign in to leave a comment.