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
Post a Comment