vote up 0 vote down star

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

Any help appreciated...

flag
1  
Exact duplicate: stackoverflow.com/questions/992576/… -- @bryce: Please don't double-post. – Tomalak Jun 14 at 10:45

1 Answer

vote up 1 vote down check

Write a query?

Drop Table TABLE_NAME
link|flag
Thaks. That worked! Why doesn't it work if right click on the table in the database explorer and select drop table? – bryce Jun 14 at 11:29
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! – Chalkey Jun 14 at 11:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.