Pages

Thursday, August 7, 2008

Cannot drop the table

The DROP TABLE command removes a table from the specified database. The specified table cannot be removed because it does not exist in the system catalog.

There could be several reasons,

Make sure the table name is correct.

Make sure you have sufficient access permission to drop the specified table.

If NOT then above ask your DBA to investigate the problem.

No comments: