drop MS_SQL database
From: Brad White (bwhite)
Date: 04/29/04
- Next message: Brian Bushay TeamB: "Re: SQL Server connection"
- Previous message: Bill N: "Re: Stored Procedure, Parameters.Add and Delphi Syntax"
- Next in thread: Brian Bushay TeamB: "Re: drop MS_SQL database"
- Reply: Brian Bushay TeamB: "Re: drop MS_SQL database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 29 Apr 2004 16:51:06 -0500
I need to be able to select and drop a database.
I can drop the db, provided I haven't connected
to it with ADOConnection.
Once I open the connection, the server says
it can't drop the db 'cause it's busy, until my
program closes. Closing/freeing the connection
has no effect.
How can I get SQL Server to realize that no one
is using the db?
Otherwise, the user has to blindly select the db to drop.
Thanks,
Brad.
- Next message: Brian Bushay TeamB: "Re: SQL Server connection"
- Previous message: Bill N: "Re: Stored Procedure, Parameters.Add and Delphi Syntax"
- Next in thread: Brian Bushay TeamB: "Re: drop MS_SQL database"
- Reply: Brian Bushay TeamB: "Re: drop MS_SQL database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|