Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When i make changes in SP which has insert query for the table which i have added a new column , in storedprocedure also it show same error like INAVLID COLUMN
Posted
Comments
Adarsh chauhan 8-Oct-13 1:02am    
you have not provided enough information.
Please share your table structure and SP so that we can help you..

Invalid Column Error occurs when you enter wrong or non existent column name.Please check Newly added column name in your insert statement.
OR
Sometime newly added columns is not refreshed in SQL editor metadata, hence it might show red underline error below column name.if it is the case you can ignore it
 
Share this answer
 
its an intellisense error message due to METADATA cache not refreshed!!


We need to refresh metadata of sqlserver before we update / alter the query by
pressing ctrl + shift + R
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900