I have a table that exists in the database. When I run "Select * from tablename" , it executes successfully .But when I am running "Insert into tablename values()", it is giving me the below error:
"Invalid object name tablename"
The table exists in the database, but getting "Invalid object name" error.
For Select query, it executes successfully. But for Insert query it is giving "Invalid object name" error.
Please help on resolving this issue.




