vote up 0 vote down star

In the Database Explorer I right click the table I want to delete from the database, select drop table, the delete objects dialog opens, I click reomve, the table is removed from the list and I click ok. But the table is still in the database. What am I doing wrong?

Thanks

flag

Exact dupe of stackoverflow.com/questions/992616/… – ctacke Jun 14 at 12:05

2 Answers

vote up 1 vote down check

I'm not sure why that's not working, but have you tried doing it with SQL?

ie. drop table [tablename]

link|flag
vote up 1 vote down

Did you create the sqlce DB through VisualStudio? It's not possible to drop a table when it is already under changetracking. What error do you get when trying to drop it via sql?

link|flag

Your Answer

Get an OpenID
or

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