Attach Database Using Enterprise Manager in SQL Server

In this article I am going to explain how to attach database using enterprise manager in SQL Server.
  • 1867

Introduction

In this article I am going to explain how to attach database using enterprise manager in SQL Server. In SQL server we can attach database using Enterprise Manager.  You use database that is created on other SQL server. To use this database, copy database in your system. After this copy this database in your SQL server.

Steps to attach database using Enterprise Manager

Step 1 : Start SQL server :

Clipboard01.jpg

Step 2 : Right click on database => now click on Attach :

Clipboard02.jpg

Step 3 :  Attach dialog box appear  to attach database :

Clipboard04.jpg

Step 4 : Now click on "Add ".  It is used to add database file :

Clipboard07.jpg

Step 5 : Now select database which you want to attach then click on " OK" :

Clipboard10.jpg

Step 6 : Now click on OK to finish the process :

Clipboard12.jpg


© 2020 DotNetHeaven. All rights reserved.