How can I disappear this error also he is run very well
this what i can't understand what this error show if code run well
How can I disappear this error also he is run very well
this what i can't understand what this error show if code run well
It just means the intellisense in SQL management studio isn't up to date with all your table names etc. If there was a real error it would show when you try to run the code.
You can press Ctrl+Shift+R to get intellisense to refresh with all the latest information about your schema.
It seems that your queries execute, but the IntelliSense needs to be refreshed. CTRL + SHIFT + R should solve this.
Also discussed here: Invalid Object name but tables are listed in ssms