|
|
|
SSChasing Mays
Group: Moderators
Last Login: Tuesday, May 07, 2013 3:54 PM
Points: 608,
Visits: 379
|
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, March 13, 2013 2:20 PM
Points: 57,
Visits: 64
|
|
I am interested to know which software does a better job offering enterprise like functionality. In particular do any of the tools offer an interface for SQL Log Shipping.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 2:28 AM
Points: 343,
Visits: 1,510
|
|
MiniSQLBackup does not offer an 'interface' for log shipping, but does implement a log shipping functionality that we hope makes the task easier. Basically, you can throw a bunch of log backups at MiniSQLBackup and let it sort out the order in which to restore the log files e.g. RESTORE LOG pubs FROM DISK = 'F:\Backups\pubs_*log*.bak' MiniSQLBackup will then pick up all files matching the pattern pubs_*log*.bak in the F:\Backups folder, sort them in the correct order, and restore them individually in turn. Saves a lot of time and hassle when you have a lot of transaction logs to restore. For more information, see http://www.yohz.com/articles_04.html. The log shipping process explained there does not require linked servers to be set up, and can be used on any version of SQL Server 2000.
Ray Mond
TLogInfo - the only FREE tool to analyse your transaction logs. Download here. SQL BAK Reader - the only FREE tool to inspect your SQL Server backup files without using SQL Server. Download here.
|
|
|
|
|
SSChasing Mays
Group: Moderators
Last Login: Tuesday, May 07, 2013 3:54 PM
Points: 608,
Visits: 379
|
|
SQL Litespeed offers scripts for log shipping as well. I'll check with Idera about SQL Safe.
Wes
http://www.sqlserverio.com http://www.cactuss.org http://www.salssa.org
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, August 10, 2005 8:46 AM
Points: 35,
Visits: 1
|
|
Very impressed with this test. Thanks, Wes.
I am in the market for one of these products and was liking the results of MiniSQLBackup shown in your test. I am, however, confused as to why it took 500% longer to backup with MiniSQLBackup compared to the standard SQL Server backup. Isn't one of the features of this product it's ability to produce quicker backups than the standard SQL backup, in addition to compression?
|
|
|
|
|
SSChasing Mays
Group: Moderators
Last Login: Tuesday, May 07, 2013 3:54 PM
Points: 608,
Visits: 379
|
|
To be honest with you I'm not sure. Peter Yeoh may be able to answer that one? It may be the compression methods used.
http://www.sqlserverio.com http://www.cactuss.org http://www.salssa.org
|
|
|
|
|
SSC-Dedicated
           
Group: Administrators
Last Login: Today @ 11:20 AM
Points: 31,437,
Visits: 13,752
|
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 2:28 AM
Points: 343,
Visits: 1,510
|
|
It appears that MiniSQLBackup (MSB) is spending a lot more time on the compression phase compared to writing the backups out to disk. The I/O counters are extremely low in this case. As Wes suggested, it is due to the compression method used. MSB offers 2 distinct compression methods, where one is typically slower but compresses better compared to the other. However, there are exceptions where the reverse holds true. This may have been one such exception, where using the 'slower' method may have been faster. The 'forced' randomness of the data may have been a factor here. If you wait for part 2 of the shootout, you would see more comparable results. This is because the database used is a CRM database containing real-world data.
Ray Mond
TLogInfo - the only FREE tool to analyse your transaction logs. Download here. SQL BAK Reader - the only FREE tool to inspect your SQL Server backup files without using SQL Server. Download here.
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, March 13, 2013 2:20 PM
Points: 57,
Visits: 64
|
|
They do but it is not very robust and i would not consider it an enterprise solution. It would also be nice if it was integrated into the gui.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, September 07, 2007 3:51 PM
Points: 23,
Visits: 1
|
|
| Your tests need to be of much larger databases (20GIG +). That is where you get the true value of the speed and compression. We use LiteSpeed and we are seeing both a reduction in time and size by a factor of 5 for our 80 and 120 GIG databases.
|
|
|
|