Transcript
Page 1: Sql Server Recovery Overview

Restore Corrupt SQL Server DatabaseUsing SysTools SQL Server Recovery Tool

Page 2: Sql Server Recovery Overview

Agenda

• Introduction

• Why SQL Server Database gets corrupt?

• Features

• Flow

• Screen Flow

Page 3: Sql Server Recovery Overview

Introduction

SQL SERVER

Database

.mdf File(Data file)

.ldf File(Log file)

Page 4: Sql Server Recovery Overview

Introduction

• Simple & Intuitive product to recover corrupt SQL Server .mdf file.

• It restore data to SQL database.

• It supports • SQL Server 2000.• SQL Server 2005.• SQL Server 2008.

• Supports Unicode data format.

Page 5: Sql Server Recovery Overview

Why File Corruption?

Common reasons which lead to database corruptions are:

• Improper shutdown due to power failure .

• Virus attacks.

• Error in reading database from back-up.

• Disk Failure such as RAID DISK failure.

• Database recovered after disk crash / formatting.

• Invalid database file header.

Page 6: Sql Server Recovery Overview

Features

• Recovers

• Tables• Views• Rules • Stored Procedure• Triggers

• Paginated preview tables.

• Query View of Stored Procedures, Views, Rules and Triggers.

• Restore • To a SQL Server database• SQL Server compatible scripts.

Page 7: Sql Server Recovery Overview

Flow

Scan Recover Verify RestoreScan RecoverScan Verify RecoverScan Restore Verify RecoverScan

Page 8: Sql Server Recovery Overview

Demo

Page 9: Sql Server Recovery Overview

Step 0: SysTools SQL Recovery

Simple & Intuitive User Interface for recovery.

Page 10: Sql Server Recovery Overview

Step 1: Scan & Recover

Browse and Recover the selected .mdf file.

Page 11: Sql Server Recovery Overview

Step 2: Verify

Comprehensive view of the data to verify whether recovery is done.

Page 12: Sql Server Recovery Overview

Step 3: Restore

• Support Export to Scripts

• Support Export to Database.

• Export only the Schema.

• Export both schema and data.

Page 13: Sql Server Recovery Overview

Thank YouVisit http://www.sqlrecoverytool.com/


Recommended