database restoration - 63 moons

14
63 moons technologies limited (Formerly Financial Technologies (India) Limited) FT Tower, CTS No. 256 & 257, Suren Road, Chakala, Andheri (E), Mumbai - 400 093 Tel No: 66865010 | 63moons.com Information given in this work is confidential. And therefore no part of this work may be reproduced, stored in a retrieval system, adopted or transmitted in any form or by any means, electronic, mechanical, photographic, graphic, optic recording or otherwise, translated in any language or computer language, without the prior written permission of 63 moons technologies limited. Due care has been taken to make this document and any accompanying software package as accurate as possible. However, 63 moons technologies limited makes no representation or warranties with respect to the contents hereof and shall not be responsible for any loss or damage caused to the user by the direct or indirect use of this document and any accompanying software package. Furthermore, 63 moons technologies limited reserves the right to alter, modify or otherwise change in any manner the content hereof, without obligation of 63 moons technologies limited to notify any person of such revision or changes. Database Restoration «DISCLAIMER» ©63 moons technologies limited

Upload: others

Post on 01-Mar-2022

0 views

Category:

Documents


0 download

TRANSCRIPT

63 moons technologies limited

(Formerly Financial Technologies (India) Limited)

FT Tower, CTS No. 256 & 257, Suren Road, Chakala, Andheri (E), Mumbai - 400 093

Tel No: 66865010 | 63moons.com

Information given in this work is confidential. And therefore no part of this work may be reproduced, stored in

a retrieval system, adopted or transmitted in any form or by any means, electronic, mechanical, photographic,

graphic, optic recording or otherwise, translated in any language or computer language, without the prior written

permission of 63 moons technologies limited.

Due care has been taken to make this document and any accompanying software package as accurate as

possible. However, 63 moons technologies limited makes no representation or warranties with respect to the

contents hereof and shall not be responsible for any loss or damage caused to the user by the direct or indirect

use of this document and any accompanying software package. Furthermore, 63 moons technologies limited

reserves the right to alter, modify or otherwise change in any manner the content hereof, without obligation of

63 moons technologies limited to notify any person of such revision or changes.

Database Restoration

«DISCLAIMER»

©63 moons technologies limited

2 | P a g e

Contents

FOR SQL 2008 DATABASE (LIVE BACKUP OR DATABASE RESTORATION) PROCESS . 3

RESTORE PROCESS. ........................................................................................................................... 10

3 | P a g e

For SQL 2008 Database (Live Backup or Database Restoration) Process

1. In Run command type SSMS.

4 | P a g e

2. Enter Database SA password.

5 | P a g e

3. Right-click on Database and then select Back Up option.

6 | P a g e

4. Select the backup-folder path.

5. Then click Options.

7 | P a g e

8 | P a g e

9 | P a g e

10 | P a g e

Restore Process

1. In Run command type SSMS.

2. Enter Database SA password.

11 | P a g e

12 | P a g e

13 | P a g e

14 | P a g e

3. After restoring the database run below Query on Database.

Use (INTEGRATED_ODIN)—Database name

sp_changedbowner odin,true

sp_defaultdb odin,INTEGRATED_ODIN