You can use Sybase Central to drop a table from your database, for example, when you no longer need it.
Prerequisites
You must be the owner of the table or have DBA authority.
You cannot drop a table that is being used as an article in a publication. If you try to do this in Sybase Central, an error appears. Also, if you are dropping a table that has dependent views, there may be additional steps to make, as noted in the following sections.
Dropping tables fails if there are any dependent materialized views; you must first disable dependent materialized views.
Use the sa_dependent_views system procedure to determine if there are dependent materialized views.
Context and remarks
Many.
Connect to the database using the SQL Anywhere 12 plug-in
Double-click Tables.
Right-click the table and click Delete.
Click Yes.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |