Monday, July 30, 2018

Backing up and Restoring Microsoft SQL Server Databases - Evaluator's Guide for Microsoft Hyper-V

Backing up and Restoring Microsoft SQL Server Databases - Evaluator's Guide for Microsoft Hyper-V





Backing up and Restoring Microsoft SQL Server Databases

To protect a virtualized Microsoft SQL Server, you can configure a backup job that will create image-level VM backups and, in addition, copy database transaction logs. Image-level backups will capture the VM state at specific points in time. Transaction logs will keep records of all transactions performed against protected databases since the moment of the last backup. If a Microsoft SQL Server VM fails, you can recover the VM from the necessary restore point and then apply transaction logs to get databases on the Microsoft SQL Server to the required state between backups.

To configure a backup job that copies transaction logs, you must create a regular backup job and specify advanced settings for transaction logs shipping. In these settings, you define:

  • How often you want to back up transaction logs
  • How transaction logs must be shipped to the destination
  • How long transaction logs must be retained

With these settings enabled, Veeam Backup & Replication actually creates two jobs linked with each other:

  • A regular backup job responsible for creating image-level backups
  • An auxiliary job responsible for shipping database transaction logs

The regular backup job runs by the defined job schedule. It creates image-level backups and saves them on the backup repository. After the image-level backup has been successfully created, Veeam Backup & Replication truncates transaction logs on the virtualized Microsoft SQL Server.

The auxiliary backup job runs continuously. The job copies transaction logs accumulated between VM restore points at scheduled intervals, for example, every 15 minutes. As a result, on the backup repository you will have a chain of restore points and a set of transaction logs that cover intervals between these restore points.

Veeam Backup & Replication ships transaction logs to the backup repository and saves them in files of VLB format next to VM image-level backups. To ship transaction logs from the virtualized Microsoft SQL Server to the backup repository, Veeam Backup & Replication uses log shipping servers — Microsoft Windows machines added to the backup infrastructure. You can select explicitly what log shipping servers you want to use, or let Veeam Backup & Replication assign log shipping servers automatically.

For restore operations, Veeam Backup & Replication offers a special tool — Veeam Explorer for Microsoft SQL Server. Veeam Explorer for Microsoft SQL Server is integrated with Veeam Backup & Replication. The explorer is installed automatically when you deploy Veeam Backup & Replication.

Veeam Explorer for Microsoft SQL Server supports a number of restore scenarios:

  • You can restore a database to a specific point in time or to a specific transaction.
  • You can restore a database to a specific point in time or transaction and export it to the necessary location.

Evaluation Case

In this exercise, you will back up a Microsoft SQL VM and restore a database on the Microsoft SQL Server to a specific transaction using the created backup. To do this, you will perform the following actions:

  1. Configure a backup job that will create a Microsoft SQL VM backup and copy transaction logs.
  2. Use the created VM image-level backup and transaction logs to recover a database on the Microsoft SQL Server to a specific transaction with Veeam Explorer for Microsoft SQL Server.

It is strongly recommended that you use a non-production Microsoft SQL Server with a sample database for this exercise.

Prerequisites

Make sure that the Full or Bulk-logged recovery model is enabled for the database on the Microsoft SQL Server that you plan to back up. If the recovery model is set to Simple, Veeam Backup & Replication will not detect and process transaction logs.

Procedure

Step 1. Configure the backup job for a Microsoft SQL VM

  1. In Veeam Backup & Replication, configure a backup job that processes a Microsoft SQL Server VM.

For details, see the Performing Backup exercise.

  1. At the Guest Processing step of the New Backup Job wizard, select the Enable application-aware processing check box. In the Guest OS credentials section, specify a user account to connect to the VM guest OS. The user account must have the sysadmin privileges on the Microsoft SQL Server. In the opposite case, Veeam Explorer for Microsoft SQL Server will fail to automatically identify Microsoft SQL databases in the created VM backup.
  2. Click Applications.
  3. Select the Microsoft SQL Server VM in the list and click Edit.
  4. In the Transaction logs section, make sure that the Process transaction logs with this job option is selected.

Backing up and Restoring Microsoft SQL Server Databases

  1. Open the SQL tab.
  2. Select the Backup logs periodically option.
  3. In the Backup logs every <N> minutes field, specify how often you want to ship transaction logs from the Microsoft SQL Server VM to the backup repository. By default, Veeam Backup & Replication ships transaction logs every 15 minutes.
  4. In the Retain log backups section, specify the retention policy for transaction logs. You can store them for a specific number of days or until a preceding image-level backup is removed from the backup chain.
  5. In the Log shipping servers section, leave the Automatic selection option selected. Veeam Backup & Replication will automatically identify the least loaded Microsoft Windows server in your backup infrastructure and use this server to ship transaction logs to the backup repository.

Backing up and Restoring Microsoft SQL Server Databases

  1. At the Schedule step of the wizard, define scheduling settings for the job. If you do not specify that the job must run automatically by the defined schedule, the backup job will be unable to ship transaction logs to the backup repository.
  2. Finish working with the wizard and run the job to produce an image-level backup of the Microsoft SQL Server VM.
  3. When you create a backup job that processes a Microsoft SQL Server VM and enable transaction log shipping, Veeam Backup & Replication creates two jobs: one processing the Microsoft SQL Server VM and the other one shipping transaction logs. In the inventory pane of the Home view, expand the Last 24 hours node to see the created jobs.

View Backup Job Statistics

  1. After the image-level backup has been created, perform some transaction on the database on the Microsoft SQL Server VM that you have backed up. For example, if you use a test database, you can manually run a simple Microsoft SQL script to insert a record into the database or drop a record.
  2. Wait for the period of time that you have defined in the Backup logs every <N> minutes field. After this period has expired, Veeam Backup & Replication will ship transaction logs and store them in a file of VLB format on the target backup repository, next to the image-level backup of the Microsoft SQL Server VM.

Check Backup Files

Step 2. Recover a database to a specific transaction

  1. Open the Home view.
  2. In the inventory pane, click the Backups node.
  3. In the working area, expand the backup job processing the Microsoft SQL Server VM, right-click the Microsoft SQL Server VM and select Restore application items > Microsoft SQL Server databases.

Launch Application Item Recovery

  1. Pass through the steps of the Microsoft SQL Server Database Restore wizard: select a restore point and specify a restore reason. At the last step of the wizard, click Finish to start the recovery process. Veeam Backup & Replication will automatically mount the Microsoft SQL Server VM file system to the Veeam backup server, locate the Microsoft SQL database and attach it to a staging Microsoft SQL Server — Microsoft SQL Server on which the Veeam Backup & Replication database is deployed. After that, Veeam Backup & Replication will automatically open the database in Veeam Explorer for Microsoft SQL Server.
  2. In the left pane of Veeam Explorer for Microsoft SQL Server, right-click the necessary database and select Restore point-in-time state to <Microsoft SQL Server\Instance Name>.

Choose Restore Option

  1. Veeam Backup & Replication will launch the Restore wizard. At the Specify restore point step of the wizard, select Restore to a specific point in time. Use the slider below to define the exact point in time to which you want to restore the database.
  2. Select the Perform restore to the specific transaction check box and click Next.

Backing up and Restoring Microsoft SQL Server Databases

  1. At the Fine-tune the restore point step of the wizard, select a transaction to which you want to restore the database and click Restore.
  2. Veeam Backup & Replication will start restoring database to the selected transaction. When the restore process is complete, Veeam Explorer for Microsoft SQL Server will display a popup message to notify you of the restore operation results.

Validation

Check the state of the restored database on the Microsoft SQL Server VM and make sure it has been restored to the necessary state.



Elyssa D. Durant 
Research & Policy Analyst
Columbia University, New York

Trial Goggles



Revolutionary Worker #1064, July 30, 2000

Corruption, Crime, Fraud, Mumia



 GOOGLE GOGGLES http://www.nytimes.com/2008/10/19/fashion/19drunk.html?partner=permalink&exprod=permalink

 


google goggles, backlink



What's in a Name? Does a Diagnosis by Any Other Name Smell Just as ...

By Elyssa Durant, published Oct 07, 2008 ... More by Elyssa Durant. Are Minorities to Blame for Low Test Scores in Metro Nashville Public Schools? ...



Elyssa Durant's Content Producer Page - Associated Content

Elyssa Durant's Content Producer Page - Associated Content. ... Create a custom feed of Elyssa Durant's content here. Create even more feeds here. ...



Elyssa Durant's Content Producer Page - Associated Content

Dec 28, 2007 ... Elyssa Durant's Content Producer Page - Associated Content. ... Create a custom feed of Elyssa Durant's content here. ...



Vanderbilt University - Boxxet

By By info@associatedcontent.com (Elyssa Durant) I wasted a ton of money at the Grad School at Vanderbilt University in Nashville Tennessee and almost as ...



Internet Graveyard - Associated Content

By Elyssa Durant, published Jan 16, 2008 ... Credit: Smithsonian Institute ( edited by Elyssa Durant). Copyright: Elyssa Durant. You may also like. ...



Vanderbilt University News - Campus Mixxer

... much at an elite Ivy League institution I learned one thing No one ever taught me how to be poor Content Producer: Elyssa Durant Published: Oct 13, 2008 ...



Judiciary Chairman: Cover TN is not insurance : Political Animals

Jan 15, 2008 ... Elyssa Durant on January 16th, 2008 3:27 pm. Agreed 100%!!! $25000 is a ridiculous maximum payment — even if it were an out of pocket ...



The Powers That Beat: Charity Begins at Home: A Call to Action

Posted by Elyssa Durant at Sunday, September 07, 2008 ... Elyssa Durant: Nashville, TN, United States: A little bit of everything... mostly free range ...



The Powers That Beat

Elyssa Durant: Nashville, TN, United States: A little bit of everything... mostly ... Elyssa Durant: Registered Voter A Right Wing Rumor or A Sick Joke? ...



DDN Search

Elyssa Durant (ed70) From: United States. · Em Legend (justaperson) From: United States. · Emalyse Read (emalyse) From: United Kingdom ...



The Digital Divide Network - Member Profiles

Elyssa Durant's Profile, Add as Friend! ed70's Profile. Name: Elyssa Durant. Title & Organization: A Sense Of Place Network ...



Digg / ElyssaDurant / History

Oct 16, 2008 ... Elyssa Durant chose a new icon in their profile 2 hr 21 min ago ... Elyssa Durant added 3 new profile photos latest 2 hr 22 min ago ...



Digg / ElyssaDurant

Oct 16, 2008 ... Digg is a place for people to discover and share content from anywhere on the web. From the biggest online destinations to the most obscure ...



Barbara Ehrenreich Forum

Making Ends Meet When You Can't Afford the Paper (Elyssa Durant) .... With love, Elyssa Durant, Ed.M. Nashville, Tennessee Cell: (615) 424-8810 ...

Crisis, poverty, social security, Advocacy



Barbara Ehrenreich Forum

View Profile for user Elyssa Durant. First Name:. Elyssa. Last Name:. Durant. Email:. elyssa.durant@columbia.edu. ICQ Number:. Homepage: ...



Charity Begins at Home: A Call to Action « United Professionals Forum

Elyssa Durant Member. The last several days, I found myself thinking about a statement I made ... Elyssa Durant, Ed.M. Nashville, TN. Posted 1 month ago # ...



Elyssa Durant « United Professionals Forum

Elyssa Durant. Member Since: May 23, 2008 (4 months); Location: Nashville, TN; Occupation: Underemployed; Interests: Social Policy, Healthcare, Education, ...



User talk:Elyssa Durant - Wikimedia Commons

Sep 3, 2008 ... From Wikimedia Commons, the free media repository. Jump to: navigation, search. Welcome to Wikimedia Commons, Elyssa Durant! ...



Nashville City Paper - Covering Daily & Breaking News from ...

But if you look, and if you listen, it is not hard to see how such a storm is brewing just beyond the horizon. Elyssa Durant, Ed.M. Nashville, TN ...



Elyssa Durant tags - MyBlogLog

Elyssa Durant. View Full Profile. Tags for Elyssa Durant. Tagged by. Roll over tags to view taggers. Tags Elyssa Durant has used ...



Source Profile for "Associated Content"

elaine orr (2) elaine stiles (1) elena h. (3) elisa ashley (1) elisa nova (1) elizabeth baldwin (1) elizabeth damons (1) ellen carter (1) elyssa durant (1) ...



Articles by elyssa durant

Articles Written by: ELYSSA DURANT. « Previous | Next » ... From ELYSSA DURANT, Associated Content, 12 Jul 2008. Equity in Education ...

#nocleanfeed, Crisis, Blink!, Silencing



Elyssa Durant « United Professionals Forum

Elyssa Durant. Member Since: May 23, 2008 (4 months); Location: Nashville, TN; Occupation: Underemployed; Interests: Social Policy, Healthcare, Education, ...



Barbara Ehrenreich Forum

Making Ends Meet When You Can't Afford the Paper (Elyssa Durant) .... With love, Elyssa Durant, Ed.M. Nashville, Tennessee Cell: (615) 424-8810 ...



Digg / ElyssaDurant

Oct 16, 2008 ... Digg is a place for people to discover and share content from anywhere on the web. From the biggest online destinations to the most obscure ...



Digg / ElyssaDurant / History

Oct 16, 2008 ... Elyssa Durant chose a new icon in their profile 2 hr 21 min ago ... Elyssa Durant added 3 new profile photos latest 2 hr 22 min ago ...



The Digital Divide Network - Member Profiles

Elyssa Durant's Profile, Add as Friend! ed70's Profile. Name: Elyssa Durant. Title & Organization: A Sense Of Place Network ...



DDN Search

Elyssa Durant (ed70) From: United States. · Em Legend (justaperson) From: United States. · Emalyse Read (emalyse) From: United Kingdom ...



The Powers That Beat

Elyssa Durant: Nashville, TN, United States: A little bit of everything... mostly ... Elyssa Durant: Registered Voter A Right Wing Rumor or A Sick Joke? ...



The Powers That Beat: Charity Begins at Home: A Call to Action

Posted by Elyssa Durant at Sunday, September 07, 2008 ... Elyssa Durant: Nashville, TN, United States: A little bit of everything... mostly free range ...



Vanderbilt University - Boxxet

By By info@associatedcontent.com (Elyssa Durant) I wasted a ton of money at the Grad School at Vanderbilt University in Nashville Tennessee and almost as ... THIS CONTENT IS NO LONGER AVAILABLE!

 


#nocleanfeed, #gov20, Education, Realty Bytes, copyLeft



Judiciary Chairman: Cover TN is not insurance : Political Animals

Jan 15, 2008 ... Elyssa Durant on January 16th, 2008 3:27 pm. Agreed 100%!!! $25000 is a ridiculous maximum payment — even if it were an out of pocket ...



Vanderbilt University News - Campus Mixxer

... much at an elite Ivy League institution I learned one thing No one ever taught me how to be poor Content Producer: Elyssa Durant Published: Oct 13, 2008 ... THIS CONTENT IS NO LONGER AVAILABLE

 


#nocleanfeed, copyLeft, backlink



FOR IMMEDIATE RELEASE CONTACT: Janel Lacy Monday, Sept. 10, 2007 ...

Elyssa Durant. Erick Huth. Gay Hollins-Wiggins. Ginger Horton. Gloria Stookey. Jane Walling. Jennifer Berry Rickert. Jennifer Leathers. Jennifer McCann ...



Nashville City Paper - Covering Daily & Breaking News from ...

Elyssa Durant by elyssad ... Elyssa Durant, Ed.M. Nashville, TN Link: http:// nashvillecitypaper.com/news.php?viewStory=51649 ...



Tennessean.com Blogs » Blog Archive » Group of educators backs Dean

Sep 10, 2007 ... Elyssa Durant. Erick Huth. Gay Hollins-Wiggins. Ginger Horton. Gloria Stookey. Jane Walling. Jennifer Berry Rickert. Jennifer Leathers ...



StudentAidCenter.com "Let us help you with your student loan"

Content Producer: Elyssa Durant Published: Oct 13, 2008. What Materials Are Available to Help You Learn Italian. There are many ways to learn the Italian ...



The Nigh Seen Creeder: August 2006

After reading Elyssa Durant's anti-standardized testing harangue in the Nashville City Paper ("Equity in Education," Aug. 21), I was not at all surprised to ... YAY! I OFFICIALLY "MADE IT" I hate hate mail!

Nashville TN, Segregation, Education, Policy



OVERWORKED RE INVESTOR at graph.power.nstu.ru!

Underpaid and Overworked: Is an Ivy League Degree Worth the Investment? By Elyssa Durant, published Jul 08, 2008. Published Content: 33 Total Views: 3605 . ...



Internet Graveyard - Associated Content

By Elyssa Durant, published Jan 16, 2008 ... Credit: Smithsonian Institute ( edited by Elyssa Durant). Copyright: Elyssa Durant. You may also like. ...



Barbara Ehrenreich Forum

View Profile for user Elyssa Durant. First Name:. Elyssa. Last Name:. Durant. Email:. elyssa.durant@columbia.edu. ICQ Number:. Homepage: ...


--
Sent from Gmail Mobile