0

How do I drop Sqlce table from within VB Express 2008?

Any help appreciated...

1

1 Answer 1

4

Write a query?

Drop Table TABLE_NAME
Sign up to request clarification or add additional context in comments.

2 Comments

Thaks. That worked! Why doesn't it work if right click on the table in the database explorer and select drop table?
Not sure mate. Could be an issue with your SQL management studio. I have something similar where I go to open the properties of a SQL agent job and it opens up the new job dialogue. Strange eh!