Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority or as the owner of the table.
If you are dropping a table on which materialized views depend, disable each materialized view:
In the left pane, double-click Views.
Right-click the materialized view and choose Disable.
Double-click Tables.
Right-click the table and choose Delete.
Click Yes.
Connect to the database as a user with DBA authority, or as the owner of the table.
If you are dropping a table on which materialized views depend, disable each materialized view using the ALTER MATERIALIZED VIEW ... DISABLE statement.
Execute a DROP TABLE statement.
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |