How to: Delete Tables from a Database (Visual Database Tools)
SQL Server 2005
You can delete a table from your database using Object Explorer.
Caution: |
|---|
| Think carefully before you delete a table. If existing queries, views, user-defined functions, stored procedures, or programs refer to that table, the deletion will make these objects invalid. |

Caution: