Expand Minimize
0 out of 35 rated this helpful - Rate this topic

Cannot drop the table <tablename> because it does not exist in the system catalog.

SQL Server 2005

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.

  1. Check to see if you have typed the table name correctly.

    -or-

  2. Determine if you have sufficient access permission to drop the specified table. DROP TABLE permissions default to the table owner.

    -or-

  3. Ask your database administrator to investigate the problem.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.