Share
 
 

Deleting a database

The process of deleting a database varies depending on the database management system you are using.

SQL Server

You should use the tools supplied with SQL Server to delete a database. Speak to the administrator of your SQL Server database.

Oracle

You will have to use the tools supplied with Oracle to delete a database. Speak to the administrator of your Oracle database server.

Other database management systems

You would typically use standard Windows procedures to delete a database file.

Was this information helpful?