|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Tuesday, June 16, 2009 8:22 AM
Points: 955,
Visits: 23
|
|
Comments posted to this topic are about the content posted at temp
|
|
|
|
|
SSCertifiable
       
Group: Moderators
Last Login: Wednesday, July 01, 2009 2:33 PM
Points: 6,285,
Visits: 809
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, December 03, 2008 12:27 PM
Points: 4,
Visits: 10
|
|
| Being a newbie - I found this to be very educational at the TSQL, SQL Architecture, and Best Practices level. Thanks for sharing!
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Wednesday, July 01, 2009 2:44 AM
Points: 82,
Visits: 4,293
|
|
I'm also curious, because you could avoid a stept. In fact, I'm always using backup files rather than devices.
I've enjoyed the way of doing it. Really nice 
Thank you !!
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Saturday, September 20, 2008 3:28 PM
Points: 167,
Visits: 11
|
|
Actually, I'll go one further - why not build a Maintenance Plan (actually three - one for the full backups, one for the 15-minute transaction log backups, and one for the 4-hour differential backups). You can specify all user databases, and set up another Maintenance Plan for your system databases. Allen
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Tuesday, June 16, 2009 8:22 AM
Points: 955,
Visits: 23
|
|
In first place i usually use MS SQL backup devices (logical backup devices) because is easier to, check, control and it’s well organized in SEM or in SMS. You can abstract yourself if you define them to go on tape, disk/san or network. A part of that using a logical backup device is easier to refer than a physical device (file in the system) name, it’s easier when you can for instance call to the logical device name backup Licensed_Cars and call to the physical device name backup <drive>:\<path>\LCFull.bak. Feel free to contact me, PaL email:pal_soft@hotmail.com www: will be available soon
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Tuesday, June 16, 2009 8:22 AM
Points: 955,
Visits: 23
|
|
Each of you must implement what you feel more comfortable to work to. In my article, just altering the scripts to use files instead of MS SQL backup devices, and everything will work that way. Feel free to contact me, PaL email:pal_soft@hotmail.com www: will be available soon
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Tuesday, June 02, 2009 11:39 AM
Points: 44,
Visits: 31
|
|
One thing I don't get is how the transaction log backup devices are reinialized. It just seems that log backups would get appended w/o an end. am I missing something?
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Tuesday, June 02, 2009 11:39 AM
Points: 44,
Visits: 31
|
|
| almost forgot, if already using osql, why involve DTS in the picture? wouldn' it be just as easy to run your query using OSQL and use the output of that query as the input for the next?
|
|
|
|