| Author |
Message |
jerryhung
Joined: 28 Dec 2007 Posts: 116
|
Posted: Wed Oct 22, 2008 2:31 pm Post subject: |
|
|
Downloaded, thanks
Version: 7.5.0.28
| Code: |
RedGate.SQLSnapper.exe /?
SQL Snapper V7.5.0.28
==============================================================================
Copyright Copyright c Red Gate Software Ltd 2008
RedGate.SQLSnapper.exe -
Options
=======
/help (Alias: /?)
Displays this help message. Use in conjunction with /verbose for more
detailed information.
/html
Causes help to be output as HTML.
/quiet (Alias: /q)
Quiet mode - no output.
/verbose (Alias: /v)
Verbose mode.
/database:<database> (Alias: /db)
The name of the database to create a snapshot of.
/username:<username> (Alias: /u)
The username for the database.
/password:<password> (Alias: /p)
The password for the database.
/server:<server> (Alias: /s) [Default: (local)]
The name of the SQL server.
/makesnapshot:<makesnapshot> (Alias: /mksnap)
Creates a snapshot of the database with the path specified.
|
I do have a question regarding user
- does it support Windows Authentication? if so how?
The GUI interface supports Mixed mode so that's why I asked _________________ Jerry Hung
DBA, MCITP |
|
| Back to top |
|
 |
AndrewMurphy
Joined: 25 Jan 2007 Posts: 15 Location: Ireland
|
Posted: Tue Oct 28, 2008 11:33 am Post subject: |
|
|
| Spam from Kate??? |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6345 Location: Red Gate Software
|
Posted: Tue Oct 28, 2008 11:59 am Post subject: |
|
|
Thanks Andrew! I've deleted the previous post and killed the katei4 user account as it's only been used to create spam. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
DBNovice
Joined: 12 Nov 2008 Posts: 3
|
Posted: Wed Nov 12, 2008 11:46 am Post subject: |
|
|
Hi,
I am interested if the RG snapshot is compatible with SQL SERVER snapshot format?
When I said that I meant:
Can I use RG snapshot from MSSMS, or can I use MSSMS snapshot from RG tool.
If yes please confirm, if no: What are your future plans regarding snapshots?
Do you have plans to use
a) the same format for snapshots as Microsoft?
b) compatible format with Microsoft snapshots?
MS SMS stands for Microsoft SQL Server Management Studio
Thanks |
|
| Back to top |
|
 |
David Atkinson
Joined: 05 Dec 2005 Posts: 1079
|
Posted: Wed Nov 12, 2008 12:09 pm Post subject: |
|
|
SQL Compare schema snapshots are not the same thing as SQL Server Snapshots. Admittedly the naming is a little unfortunate.
SQL Compare will read from its own snapshot, which doesn't store any data. The other supported formats are:
1) database
2) backup
3) set of scripts
I'd be curious to know what sort of compatibility you had in mind?
Kind regards,
David Atkinson
Red Gate Software |
|
| Back to top |
|
 |
DBNovice
Joined: 12 Nov 2008 Posts: 3
|
Posted: Wed Nov 12, 2008 12:25 pm Post subject: |
|
|
Hi,
Thanks for the kind reply, I am getting the picture now.
Unfortunately I cannot say it precisely because I don't have enough knowledge regarding snapshots (RG ones nor Microsoft's), but I can share with you that I believed it is possible to use only Microsoft snapshots in RG tool as snapshots Data Soruce.
I also believe that probable the Microsoft snapshot format is not optimal for the purpose you need in RG, so you needed something better than that.
Thanks, |
|
| Back to top |
|
 |
Simon C
Joined: 26 Feb 2008 Posts: 140 Location: Red Gate Software
|
Posted: Wed Nov 12, 2008 2:22 pm Post subject: |
|
|
Just to be clear, a SQL Server snapshot is treated as a separate database within SQL Server, but is actually stored as the differences from the snapshotted database from a particular point in time (when the snapshot was created), and overwritten data on the source database is copied into the snapshot as it gets updated - see http://msdn.microsoft.com/en-us/library/ms175158.aspx and http://msdn.microsoft.com/en-us/library/ms187054.aspx .
A SQL Compare snapshot is a binary file containing a serialized version of the whole schema information from a database.
Does that make things a bit clearer? |
|
| Back to top |
|
 |
DBNovice
Joined: 12 Nov 2008 Posts: 3
|
Posted: Wed Nov 12, 2008 8:14 pm Post subject: |
|
|
Simon,
Good links.
Thanks, for the clarification. |
|
| Back to top |
|
 |
stevepatches
Joined: 29 Nov 2005 Posts: 7
|
Posted: Wed Jan 28, 2009 3:21 am Post subject: SQL Snapper support scripts snapshot? |
|
|
Are there any plans to support the directory of scripts snapshot format in addition to the binary format? This would be very useful to me. Yes I know you get can them through SQL Management Studio but the RG tools are so much faster  |
|
| Back to top |
|
 |
David Atkinson
Joined: 05 Dec 2005 Posts: 1079
|
Posted: Wed Jan 28, 2009 10:27 am Post subject: Re: SQL Snapper support scripts snapshot? |
|
|
| stevepatches wrote: |
Are there any plans to support the directory of scripts snapshot format in addition to the binary format? This would be very useful to me. Yes I know you get can them through SQL Management Studio but the RG tools are so much faster  |
Hi Steve,
We have no 'immediate' plans to do this, although we will consider this as an option if enough people ask for it. It helps us to understand how the functionality would be used. If you can describe the scenario and the problem you'd be solving with this, we will raise an enhancement request.
Kind regards,
David Atkinson
Product Manager
Red Gate Software |
|
| Back to top |
|
 |
Stefano Paparesta
Joined: 17 May 2006 Posts: 22
|
Posted: Tue Mar 03, 2009 10:22 am Post subject: |
|
|
Hi all,
now with the release of sql compare 8.0 you align the snapper with this version ? The snapshot format file product from snapper its ok for sql cmapre 8.0?
Regards
Stefano Paparesta |
|
| Back to top |
|
 |
alice.easey
Joined: 27 Feb 2008 Posts: 93 Location: Red Gate
|
Posted: Tue Mar 03, 2009 3:29 pm Post subject: |
|
|
Hi Stefano,
Yes, snapshots generated by SQL Snapper should be compatible with SQL Compare 8.0 (please tell us if they aren't ) |
|
| Back to top |
|
 |
|