Hiii
I have created a database named db2
after that i created 4 tables -
1.Friends and used insert,select etc commands
2 then product_master and used insert,select ,uodate etc commands
similarly employees table and t4 table
my problem is that after inserting the records in the last table t4 when i accessed the table Friends there is an error
Msg 208, Level 16, State 1, Line 1
Invalid object name 't4'.
what to do????
help
I have created a database named db2
after that i created 4 tables -
1.Friends and used insert,select etc commands
2 then product_master and used insert,select ,uodate etc commands
similarly employees table and t4 table
my problem is that after inserting the records in the last table t4 when i accessed the table Friends there is an error
Msg 208, Level 16, State 1, Line 1
Invalid object name 't4'.
what to do????
help
Comment