Detach 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.
  • 1939

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 detach 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 :  Detach dialog box appears to attach database :

Clipboard03.jpg

Step 4 : There are several option like database name, drop connection, update statistic, select option which you want to use then click on "OK " to finish the process:

Clipboard05.jpg

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

Clipboard05.jpg

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

Clipboard06.jpg

Step 7 : Now we see that Student_record is not in database list :

Clipboard07.jpg


© 2020 DotNetHeaven. All rights reserved.