Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 error 3702

Author  Topic 

steel
Posting Yak Master

107 Posts

Posted - 2008-06-22 : 10:11:16
I have removed log shiping but not able to remove the database on the secondary server and when i am deleting that database the following error is appearing:

error 3702 the database abc is in use.

thanks for help

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-06-22 : 10:54:22
Did you remove Log shipping like this:

http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/logship1.mspx#ECBAC

After removing log shipping, you should be able to drop database.
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-06-22 : 16:52:37
Run sp_who2 or look at em to find out who is using it.
Go to Top of Page
   

- Advertisement -