March 20, 2008 at 10:21 am
I am looking for a solution to log ship 500+ databases. We have custom script that will backup the transaction logs of dbs that have logs older than 30 minutes to a shared network location. I am looking for the script that will loop through the files and restore them. We had this script in place on our log shipped server but there was a problem and the script was lost. The script worked perfectly, and we had no issues with it.
Any help is appreciated.
Regards,
Keith
March 20, 2008 at 12:56 pm
This may help: http://www.sqlservercentral.com/articles/Administering/customlogshipping/1201/. I've implemented a variation of this and it has been working for about 1 year with very little intervention/maintenance.
March 20, 2008 at 1:01 pm
SQL2005 has automated Log Shipping and can be all setup in the GUI if you want to make things easy ...
http://msdn2.microsoft.com/en-us/library/ms190640.aspx
Also, depending on the amount of transactional data you're working with here, you may want to consider using a third party compression tool. Both Quest and RedGate's backup products will build log shipping for you via wizards using their compressed TLOG backups, just like SSMS.
March 20, 2008 at 2:10 pm
The scripts for this process are unavailable. Would anyone happen to know where I might find them?
March 22, 2008 at 9:13 pm
I'll look around on the old instance for the scripts tomorrow (late now 🙁 )
I'd think about potentially separating out some log backups to separate drives to spread the load a bit.
March 24, 2008 at 10:05 am
May I recommend that you have scripted files of every object you keep in your databases. Back them up, and also put them into source code control system as well. :hehe:
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
March 24, 2008 at 12:48 pm
I do have all of the scripts backed up. The script was lost before my time as DBA at my company.
March 26, 2008 at 6:15 am
Hi there. I managed to look around my laptop and found the files I downloaded a while ago.
I've uploaded the zip file to
http://rapidshare.com/files/102487195/custom_logshipping_v1.zip.html
March 26, 2008 at 9:26 am
Thanks for the post. I now have the files.
Keith
April 15, 2008 at 6:24 am
Hey can anyone mail me the file @ shahmitesh923@gmail.com
would highly appreciate if you can do this today
Thanks in advance
Mitesh
April 15, 2008 at 6:28 am
Look two posts above this thread 😉
April 16, 2008 at 1:10 am
Hi Mitesh and Others...
The rapidshare site is blocked for me... Can someone send me the zip file to
Sakthivel[dotu]Chidambaram[atu]gmail[dotu]com
Regards,
Sakthi
My Blog -> http://www.sqlserverdba.co.cc
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply