Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database shutdown via script

Status
Not open for further replies.

mike777

Programmer
Jun 3, 2000
387
US
Is there a way to do this?
alter database shutdown?
database 'mydb' shutdown?

I've tried everything I can think of with no success.

Many thanks.

-Mike Kemp
 
A database shutdown can only be done via the command line tools or Services API and cannot be controlled via a sql-script.


Martijn Tonies
Database Workbench - the developer tool for InterBase, Firebird, MySQL & MS SQL Server
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top