Posted on: 9/17/2014 6:19:13 AM | Views : 386

Sql Server 2014 Express and Management Studio 2014 Express
Here is a problem: 
If I delete table using sql query (successfully) and then click 'refresh' in object explorer, explorer doesnt show me that table was deleted and still I can see content of this table. But when I try to delete this table in object explorer an error 'this table doesnt exist' occures.
Why object explorer doesnt refresh database?
Also, sometimes I cannot recreate (drop and create again) table with the same name (using sql query) because of this problem.
Sorry for mistakes

Go to the complete details ...