Create Snapshot utility
DanAvni
Posts: 72 Bronze 2
one some cases i need to sync a DB on development with a DB on my customers lan. since our networks are not connected the customer needs to create a backup (or i do it remotely) and restore that backup on the dev servers to be able to generate the change script.
since on these cases i don't care about the customers data and i don't need to move it from the customer to the dev server just for structural comparison, i was wondering if there is a utility that will allow me to run it on the customers server and it will create a snapshot of my selected DB that then i will be able to take the snapshot to sql compare and use it.
since on these cases i don't care about the customers data and i don't need to move it from the customer to the dev server just for structural comparison, i was wondering if there is a utility that will allow me to run it on the customers server and it will create a snapshot of my selected DB that then i will be able to take the snapshot to sql compare and use it.
Dan Avni
This discussion has been closed.
Comments
Tha cxommand-line version of SQL Compare (sqlcompare.exe) will do this right out of the box, so to speak. There is a command available called /makesnapshot that will create a file representation of the schema of the database specified in the /db1: argument.
the command line tools are subject to the same licence conditions as the graphical tools. You will be able to create snapshots on your customer's site during the 2 week trial period. After that you will need to get a licence for them to carry on using either SQL Compare ot SQL Compare Command Line.
Thanks,
Tom Harris
Red Gate Software
Type 'distributing applications' in the SQL Compare help file's index. That will take you straight to the relevant topic.