Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » SQL Anywhere database connections » Database file types

 

Dropping a dbspace (SQL)

You can drop a dbspace using the DROP DBSPACE statement.

Prerequisites

You must have the MANAGE ANY DBSPACE system privilege.

Before you can drop a dbspace, you must drop all tables and indexes that use the dbspace.

 Task
  1. Connect to a database.

  2. Execute a DROP DBSPACE statement.

Results

The dbspace is dropped.

 See also