Comments
Sort by recent activity
Invoke-Expression -Command "&'C:\Program Files (x86)\Red Gate\SQL Compare 10\sqlcompare.exe' /Snapshot1:$Path1\$database.snp /Snapshot2:$Path2\$database.snp /filter:C:\SQL_SERVERS\SQL_COMPARE\sec.scpf /scriptfile:$scripts /force"
Worked using the /filter and a saved filter from the GUI / comments
Invoke-Expression -Command "&'C:\Program Files (x86)\Red Gate\SQL Compare 10\sqlcompare.exe' /Snapshot1:$Path1\$database.snp /Snapshot2:$Path2\$database.snp /filter:C:\SQL_SERVERS\SQL_COMP...