Detach Db -very Urgent !

Oct 22, 2001

Hi,

We have drive running out of space where the data and log file reside for the database in question on the server. I am trying to detach the files and move the log file to the different drive.
I am getting the error message that database can not be dropped as it is in use.


sp_detach_db 'order_management'
Server: Msg 3702, Level 16, State 1, Line 0
Cannot drop the database 'order_management' because it is currently in use.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.


Actually no one is using the database. Please let me know how to work around it. I put the db in single user mode also but didn't help.

Please help as the users are waiting to get back to the database.

Thanks,
Ann

View 4 Replies


ADVERTISEMENT

Cannot Detach Db

Aug 21, 2002

I am trying to detach an SQL7 db and reattach it to an SQL2K server. When I run sp_who I get a list of 10-15 processes that are running, most under my sa login. If I kill all the others and then try to run sp_detach_db I get the following:

Server: Msg 3702, Level 16, State 1, Line 0
Cannot drop the database 'snb01' because it is currently in use.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.

I have detached and reattached before, but I don't recall what I did differently. Pls help. TIA D. Lewis

View 2 Replies View Related

Sp Detach

Sep 16, 2007

Hi , anyone know of a tsql script to update and detach all user databases in one hit. i.e without naming each individually?

Cheers

View 3 Replies View Related

Detach Database .

Feb 12, 2002

Hello Everybody ..

I am trying to detach and attach a database on SQL 7.0 Server with SP 2 through Enterprise manager . However if i right click o the Database and go to all task , i see the ' detach database' greyed out .
The same thing is seen for ' attach Database 'when i try to attach the database .

Although it can done through T-SQL commands also , does any body know the reason why this field is greyed out ?

Does it depend on the SQL 7.0 Service pack or any kind of special permissions ? The same is visible on SQL 2000 Server Enterprise Manager .

Has anybody come across this problem ?

Many thanks in advance
Yatin.

View 2 Replies View Related

Detach Database

Apr 20, 2001

How do you detach a database on one server and attach it to another
A good link will help
Thankx in advance

View 2 Replies View Related

How Do I Detach All The Users??

Apr 22, 2000

Hi,
we are imlementing a Data Warehouse on SQL 7.0.
When we are loading new data into the Data Warehouse, I want to log off all the users connected to the Data warehouse and then start the loading..
How do I do it..Is there a way to log them off from a Batch file..I will be using the "sa" login for all loading..

TIA
Murali

View 3 Replies View Related

Detach SQL 7.0 Database???

Sep 17, 2002

Is it possible to detach a SQL 7.0 database without removing the database from the server??

View 1 Replies View Related

Force Detach

Sep 15, 2005

Hi

I need to detach a Database, but with "EXEC sp_detach_db 'test','false'" I can't do this because it is in use.
Is there a Possibility to make a "force detach" or something?

Thanks for Help

Greets

View 3 Replies View Related

Attach And Detach DB

Aug 11, 2004

Hello,

MSSQLSERVER VER : 2000
Using - Attach and Detach Database to move the database from one Server to another server.
I did detached the database from Production and attached my test server, everything OK

Questions about - syslogins & sysdevices data dictionary tables
1. When I select * from sysdevices on production it shows all the database name size,phyname etc. After attaching to my test server I cannot see these things.. I know because it different master database but, how do I fix this.
2. syslogins - is there way to move all the syslogins after attaching to test server.

Please let me know if you guys have done anything on this.

Thanks.

Regards,
K.

View 2 Replies View Related

Detach Database.

Jun 18, 2008

hi
Please help me .I have detached a database in sql server 2005 using object browser. Now i cant see the database in object browser of sql server management studio .I tried to attach it but the mdf file of that database is missing in the data folder. i had not created the backup.
Can any one help me how to reattach that database.I will be very thankful to him..

thanks !!
Ajeet

Ajeet Kumar
Software Developer
Ustech
India

View 10 Replies View Related

Detach And Attach DB To SQL

May 23, 2006

How I can detach from DB and validate it?
(I mean check if it is detached or not)
Is there any why to return a value from sp_detach_db in C++?


(may a cross posting, please check under developer posts)

View 1 Replies View Related

How To Detach Replication Dbs?

Oct 24, 2006

There are two databases on two web servers, db01 is on server01, db01_replica is on server02, db02 is on server02, db02_replica is on server01. db01 and db02 are both for one system. Each time after doing performance test, I have to recover databses. I copy the data files in a folder, try to use detach and attach to recover databases. But with two replication dbs, I don't know how to do it. The replication db should also be recovered.

View 3 Replies View Related

Detach Problem

Jul 25, 2007

I'm using following connection string in my application in (C# 2.0 windows )

Data Source=.SQLEXPRESS; Trusted_Connection=yes;AttachDbFilename=|DataDirectory|myDB.mdf"

My application attaches the file successfully when the first connection is established, but after closing my application the database is remained in the sql server express and it does not detached automatically. According to this article the database shall be detached and I need it in my application because of the security.

http://technet.microsoft.com/en-us/library/ms165716.aspx



Please let me know what shall I do ?

Thanks in advance,

Saeideh



View 1 Replies View Related

Detach && Attach Database

Oct 10, 2006

I've just created ASPNETDB database with ASP.NET Security. Now, I want to send this db to orther computer.First, I  detached this db, then when I used attach database in that computer, there is an error :Error 602: Could not find row in sysindexes for database ID 8, object ID 1, indext ID 1. RUN DBCC CHECKTABLE on sysindexes. Please help me .Thank.

View 3 Replies View Related

Attach And Detach Db Woes

Jan 4, 2002

I have developed a db on a local machine (98) and would like to move it to another machine running nt 4 where it will function as a production db. I am mapped to see the other server (called "labnt"). The drive on "labnt" is partitioned, with the c drive holding programs, and the e drive designed to hold the data.

I would like to move the db (called SNB01) to the MSSQLData subdirectory on the e-drive. I have tried the following sproc to detach:

EXEC sp_detach_db 'SNB01', 'true'

And the following to reattach:
EXEC sp_attach_db @dbname = 'SNB01',
@filename1 = 'labntewmssqldataSNB01_Data.mdf',
@filename2 = 'labntewmssqldataSNB01_log.ldf'

The above path was given me by our network admin guy.


QA gives the following error:
Server: Msg 5105, Level 16, State 4, Line 1
Device activation error. The physical file name 'labntewmssqldataSNB01_Data.mdf' may be incorrect.


Please help. I am thrashing about. D. Lewis

View 7 Replies View Related

Attach/Detach Database

Nov 11, 2001

In SQL when I right click on Databases the option to use Attach/Detach is greyed out. I don't understand why. I'm running SQL 7 on Win2000 server and I have Win2k at sp2 and SQL at sp2.

Help please!

Chris

View 1 Replies View Related

Detach On SQL 2000, Attach On SQL 7

Sep 23, 2004

Hi folks,

Is it possible to detach a database on SQL Server 2000 and attach it to SQL Server 7 ? I know it's fine to do the other way around. Also, any adverse effects I should be aware of ?

Thanks

View 3 Replies View Related

Detach Data Base

May 11, 2005

hi i want to save evrey mounth the data base files. so i will use DTS to detch base ?
then if i detch it i can cotinu using it ?
thanks

View 1 Replies View Related

Unable To Detach Database.

Jul 1, 2006

I need some insight if possible. I installed a new server (to replace an aging machine) with SQL 2000. After installing SQL on the new server I tried to detach a database from the old server so that I can attach it to the new instance of SQL. My problem is that when I do the process I am stopped with an error message.


“Error 8146: procedure sp_detach_db has no parameters and arguments supplied.”

This is happening with all of the user databases on the old server.


I have tried to run this using both the Query Analyzer and from the right-click menu option and both return the same error message. Any help would be greatly appreciated.


Thanks.

View 5 Replies View Related

Is Restore Or Detach/Attach Better?

Nov 5, 2007

Hello, everyone:

I want to move a database instance (about 50 user databases) to another server, both are running SQL Server 2000. Which method is better, retore from backup files or detach/attach? Some papers said restore amybe cause incorrect login and password transfer. Is it true?

Thanks

ZYT

View 5 Replies View Related

Database Detach/attach

Jan 2, 2004

An original database (eg A.mdf) is imported/exported to a different server as named B.mdf. The detach of A.mdf was unitentionally not done. It seems that both the database were updated.

A.mdf - 123000KB 25/12/2003
A_log.ldf - 14000KB 25/12/2003
B.mdf - 67000KB 25/12/2003
B_log.ldf - 1024KB 25/12/2003

In this case, which mdf & ldf should be the correct database?
If I I remove A.mdf database by "detach", will B.mdf database work?

SQL server 2000 and SP3 installed.

Assistance is appreciated

View 9 Replies View Related

Detach Database Greyed Out

Feb 27, 2004

I'm trying to detach a database and reattach to another server. When trying to detach it using Enterprise Manager, the command is greyed out. I've tried taking the database offline first but the command is still not enabled. I'm logged in as sysadmin. What gives?

View 7 Replies View Related

How Can I Attach And Detach My MDf File

Jun 9, 2008

Hello Experts, How Can i Attach and Detach my MDf file to an instance of SQL server 2005 Programatically or by T-SQL :)

ElmasryA1

View 1 Replies View Related

Connection In Detach Database.

Jan 17, 2007

I open enterprise manager , right click and choose detach detach database.
I see line : connections using this database.
I think that this is connection from client connect to database.I feel that connection
disappear automatically after time interval.
I want to know how long time ?
Thank you very much.

View 3 Replies View Related

How To Detach System Databases...

Jul 20, 2005

We have C:, D: and E: drives on our server box. C: drive ispartitioned and is big enough only to hold Operating system files. D:and E: drives are what were supposed to be used by developers / dba'sto store / create SQL Server (system and user databases).Well, some developers installed the entire SQL Server named instanceand their system and user defined databases on the C: drive. Is thereany way to move the system databases (master, msdb, distributionetc.,) from the C: to the D: / E: drives?Appreciate any feedback.ThanksJagannathan Santhanam

View 3 Replies View Related

Why Does This Detach Code Timeout?

Mar 11, 2008

My purpose is to detach a user instance. This code reaches timeout quite often and doesn't work reliably on Vista. It times out both on the alter database and the detach. I need this to work perfectly every time. How can I fix it? It does work sometimes but I have not detected a pattern.

public void DetachDatabase(string filePath, string serverName)
{
SqlConnection conn = new SqlConnection();

string uiString = "False";
if(Properties.Settings.Default.UserInstance)
uiString = "True";

string connString = @"Data Source=" + serverName + ";AttachDbFileName=" + filePath +
";User Instance=" + uiString + ";Integrated Security=True;Initial Catalog=" + filePath + ";";

conn.ConnectionString = connString;
conn.Open();

System.Data.SqlClient.SqlConnection.ClearPool(conn);

// Need to set single user otherwise cannot detach the database because it is currently in use.
string c1 = "USE master; ALTER DATABASE [" + filePath + "] SET SINGLE_USER;";

SqlCommand cmd = new SqlCommand();
cmd.Connection = conn;

cmd.CommandText = c1;
cmd.ExecuteNonQuery();

cmd.CommandText = "sp_detach_db '" + filePath + "', 'true';";
cmd.ExecuteNonQuery();
conn.Close();
}

View 5 Replies View Related

Detach, Move, Attach Again

Mar 23, 2006

I created a db in ssms; I detached it and moved it into a subdirectory of a vb app. Now sql server says the database does not exist. If I recreate the database in smss, I can run an INSERT INTO using that db as the destination. However, this only works if I keep it in the mssql data directory. How can I move it to the apps subdirectory so that it can be deployed with the app and still work? BTW, I also tried creating the databases in VS2005 with same results.

This is the connection string (tried this and non-express version with same results):

  strDbConn = "Provider=SQLNCLI;Data  Source=.SQLEXPRESS; AttachDbFilename=" & DbPath & ";User Instance=True;Trusted_Connection=Yes"

This is the sql statement:

  sqlCopyTable = "SELECT * INTO "
  sqlCopyTable = sqlCopyTable & CleanDbName & ".dbo." & CleanTableName
  sqlCopyTable = sqlCopyTable & " FROM " & RawTableName & ";"
  ConnectSQLExpress RawDbPath, "Source"
  ConnectSQLExpress CleanDbPath, "Destination"
  SourceDbConn.Execute sqlCopyTable

View 1 Replies View Related

Detach Dbase On SAN With SQL2005

Apr 16, 2007

I'm not sure if this is the right place for this but I have an issue.



I have a SQL2005 server with SAN drives for the MDF/LDF files. I have updated recently to SP2.



When I detach a Dbase using the appropriate command it strips the Security on the file level (which SP2 is supposed to fix) and I am unable to attach the database.



I am using a domain account to do this with from the query analyser window.



Anyone have any thoughts on this?

View 6 Replies View Related

Detach Database From Code

Mar 6, 2008



I have the need to detach a database from code, at the moment I am using 'SSEUTIL -d' for this in my code and it works OK but now I want to change to using an SQLCommand. Here is my code so far:



Code Snippet

Dim conDatabase As SqlConnection("Data Source=.SQLEXPRESS;AttachDbFilename=MyMDFPath"; Integrated Security=True;Connect Timeout=60;User Instance=True")
Dim comDetach As New SqlCommand("EXEC master.dbo.sp_detach_db '" + MyMDFPath + "'", conDatabase)
conDatabase.Open()
comDetach.ExecuteNonQuery()
conDatabase.Close()




However, when I execute this I always get the following exception:




Code Snippet

Cannot detach the database 'MyMDFPath' because it is currently in use.





It seems obvious to me that the problem is that to do the detach I create a connection - how do i get around this?

Thanks!

View 1 Replies View Related

How To Detach Deleted Databases?

Jan 12, 2006

I asked this question in the Tools General forum but received no response. Does anybody is this forum know how to resolve this problem? Here it is again with a bit more info:

When I ran sseutil -l, I discovered several databases that were still attached. However, they were old test projects that had previously been deleted. How do I detach them if they no longer exist? Using the detach command will not work because it just gives me a message: No valid database name matches the value specified.

View 5 Replies View Related

How To Detach A Database With Replication Db?

Oct 24, 2006

There are two databases on two web servers, db01 is on server01, db01_replica is on server02, db02 is on server02, db02_replica is on server01. db01 and db02 are both for one system. Each time after doing performance test, I have to recover databses. I copy the data files in a folder, try to use detach and attach to recover databases. But with two replication dbs, I don't know how to do it. The replication db should also be recovered.

View 1 Replies View Related

Database Detach Problem

Nov 3, 2006

Hi all,

I'm trying to detach a database and after archive it for deliver to other server.

The detach wents fine and the database is removed from the database tree list in Management Studio. The problem is that the mdf file is being locked by some process (maybe SQL) and I can't imagine why. Here is the code for this operation:

USE master;

GO

ALTER DATABASE IMS_MCK_MIS SET AUTO_UPDATE_STATISTICS ON

GO

ALTER DATABASE IMS_MCK_MIS SET EMERGENCY

GO



DECLARE @strDate NVARCHAR(8)

DECLARE @strCmd NVARCHAR(255)

SELECT @strDate = CONVERT(nvarchar(8), GETDATE(),112)

EXEC sp_detach_db 'IMS_MCK_MIS'



SELECT @strCmd = 'wzzip -ex -m C:Deliveryarchive_' + @strDate + '.zip E:DBSQLIMS_MCK_MIS.mdf'

exec master..xp_cmdshell @strCmd



Anyone have any idea how to quickly free the mdf file?

Thanks and regards

CG

View 7 Replies View Related

Column Detach Task ?

Feb 22, 2006

Sometimes you have some columns in the dataflow that you at some point in the flow doesn't need in the further flow. So maybe a tast or an option for disabling columns that are no longer in use

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved