| Author |
Message |
abaker97
Joined: 01 Aug 2011 Posts: 1 Location: United States
|
Posted: Mon Aug 01, 2011 4:24 pm Post subject: Command Line Script file Only |
|
|
| I am trying to compare a scripts folder to live database via the command line and generate a script file using the /scriptfile parameter without actually syncing the database. But, the only way I can get the script file created is to use the /sync option. Is it possible to generated the script file without syncing? |
|
| Back to top |
|
 |
james.billings
Joined: 16 Jun 2010 Posts: 840 Location: My desk.
|
Posted: Wed Aug 03, 2011 6:37 pm Post subject: |
|
|
Thanks for your post.
This sounds unusual. I've just tried it here, with a commandline of:
sqlcompare /db1:<db> /db2:<db> /scriptfile:c:\somefolder\somescript.sql
This worked fine, and the file was generated. Are you working with any other switches that may somehow be conflicting? The full command may help. Also, what version are you using? If your scriptfile already exists, you may need to add on the /force option to overwrite it; but I think the same would be true with the /sync option set. |
|
| Back to top |
|
 |
bjarni
Joined: 21 Sep 2011 Posts: 4
|
Posted: Wed Sep 21, 2011 10:40 am Post subject: |
|
|
I got the same problem as abaker97:
If I specify /scriptfile without /sync I don't get my scriptfile ex:
sqlcompare /s1:<server1> /db1:<db> /s2:<server2> /db2:<db> /scriptfile:c:\somefolder\somescript.sql
Including the /sync switch will generate the scriptfile ex:
sqlcompare /s1:<server1> /db1:<db> /s2:<server2> /db2:<db> /scriptfile:c:\somefolder\somescript.sql /sync
I'm using SqlCompare8! Is this a bug which has been fixed in SqlCompare9?
Is it because I'm comparing across servers? |
|
| Back to top |
|
 |
james.billings
Joined: 16 Jun 2010 Posts: 840 Location: My desk.
|
Posted: Wed Sep 21, 2011 11:53 am Post subject: |
|
|
| I believe an update to the latest release did resolve it- try out the latest version and see if it works for you. |
|
| Back to top |
|
 |
bjarni
Joined: 21 Sep 2011 Posts: 4
|
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group