Sql Server Management studio drop table and re-create issue -


i have created table primary key , foreign key using sql server management studio 2008r2, have drop table using sql command drop table nameofthetable , table has been dropped. after have created table same name of dropped table error:

" table 'name of table' exists'.

why? don't see old table in table list.

can me, need create table name?

commit changes before recreate table. can use go statement.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -