Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (6.1k points)

I was trying to modify the existing SQL Server Stored Procedure. I just added two new columns to the table and modified the stored procedure as well to select these two columns as well. Even though the columns are available in the table SQL Server Keeps giving this error:

Invalid column name 'INCL_GSTAMOUNT'

enter image description here

Can anyone please tell me what is wrong here? 

1 Answer

0 votes
by (12.7k points)

Whenever this occurs to me, I press Ctrl+Shift+R which refreshes the IntelliSense, close the query window (save if it's necessary), and then start a new session which usually works pretty well.

If you want to learn more about SQL, Check out this SQL Certification by Intellipaat.

For more information visit :

Related questions

Browse Categories

...