SQL Backup of impresario and impresario_cci

Folks,

I want to ensure that I am backing up our Tessitura databases correctly and fully on a nightly basis.  Does anyone have recommendations (or better yet) documentation on how this is best achieved from within MSSQL as a nightly task?

Many thanks (as always) for any help!

Martin

Parents
  • Former Member
    Former Member $organization

    My preference is to do a Full backup nightly at about 22:00; and a Transaction Log backup every 10 minutes during the day, keep all of those in the backup folder for about 2 days ( longer if you’ve got enough space), and back up the backup folder/s off to tape every night after the full backup has completed.

     

    But really,  relying on backups with Tess these days would make me very nervous – God help us if we ever had to actually go back to one. It’s really just there for total last-choice disaster use. Even if you only lost 10 minutes of data, because you’ve got the transaction log backups to run back in, it’s still going to be an almighty mess.  I think we  should all be mirroring the data in real time – preferably off-site (or doing some sophisticated  block-level real-time backup to a data centre somewhere else, if you’ve got access to that sort of resource.)

     

    ________________________________
    Ken McSwain

    Systems and Technology Manager

    Australian Chamber Orchestra

     

    ken.mcswain@aco.com.au

    Ph   +61 2 8274 3833 ::  Mob +61 418 659 360 :: Fax  +61 2 8274 3801

    PO Box R21, Royal Exchange NSW 1225

    2 East Circular Quay, Sydney NSW 2000

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Martin Keen
    Sent: Monday, 26 September 2011 13:50
    To: Ken McSwain
    Subject: [Tessitura Technical Forum] SQL Backup of impresario and impresario_cci

     

    Folks,

    I want to ensure that I am backing up our Tessitura databases correctly and fully on a nightly basis.  Does anyone have recommendations (or better yet) documentation on how this is best achieved from within MSSQL as a nightly task?

    Many thanks (as always) for any help!

    Martin




    This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!


    Read about the ACO’s Stradivarius violin at aco.com.au/Stradivarius.
    Explore the ACO’s 2011 season at aco.com.au/season2011

    This email is confidential. If you are not the intended recipient you must not disclose or use the information contained in it. If you have received this email in error please notify us immediately by return email and delete the document. The ACO is not responsible for any changes made to a document other than those made by the ACO or for the effect of the changes on the document's meaning. The ACO accepts no liability for any damage caused by this email or its attachments due to viruses interference, interception, corruption or unauthorised access.
  • Our DBA swears by a set of tools that makes full and complete backups a breeze as well as fast and compact.  Check out the tools from RedGate.com.  Their backup products have made our backup easier and quicker and restores work flawlessly.

    I agree with the previous post too.  There is just too much that happens to completely rely on just a backup so we have snap shot software configured on our server that allows us to take a picture of things at that moment in time as well as the backups.  I am sure there will be no shortage of solutions.

    If you get the redgate software I would be happy to provide you exactly what we are doing.

    Thanks,

    Dave Alton
    CIO
    Center Theatre Group

  • Hi Martin,

    We use a free maintenance solution that works wonderfully. The script creates four stored procedures that handle backup, integrity check, index defrag, etc. The backup procedure is set up to take advantage of the SQL Server 2008 R2 backup compression functionality. The complete details as well as the download are available at: http://ola.hallengren.com/.

    The solution is also included in the Redgate SQL Scripts Manager (also free). http://www.red-gate.com/products/dba/sql-scripts-manager/

    Thanks,

    Jeff Stahel, DBA

    Tennessee Performing Arts Center

     

Reply Children
No Data