Hi Alan
The problem appears to be in the syntax that is being used you command.
When you wish to use an instance of SQL Server the command needs to have a back slash rather than a forward slash.
the command should look like this.
sqlcompare /database1:DEMLocal /username1:sa /password1:dem /server1:SERVER\SQLExpress /MakeSnapshot:MySnap.snp
Regards
Dan
The problem appears to be in the syntax that is being used you command.
When you wish to use an instance of SQL Server the command needs to have a back slash rather than a forward slash.
the command should look like this.
sqlcompare /database1:DEMLocal /username1:sa /password1:dem /server1:SERVER\SQLExpress /MakeSnapshot:MySnap.snp
Regards
Dan