Deleting a dbspace

 Delete a dbspace (Sybase Central)

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

  1. Connect to a database as a user with DBA authority.

  2. Use the SQL Anywhere 12 plug-in to connect to the database.

  3. Open the Dbspaces folder.

  4. Right-click the dbspace and click Delete.

 Delete a dbspace (SQL)

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

  1. Connect to a database as a user with DBA authority.

  2. Execute a DROP DBSPACE statement.

 See also