What's the easiest way to get the SSMS stored procedure editor to recognize a view update? I have a stored procedure which references a view. I added a column to the view and I added a reference to that column to the stored procedure.
The stored procedure works but the new view column reference in the stored procedure still has a red squiggly line under it with a hover message of
Invalid column name 'MyNewColumn'
I right-clicked the db in SSMS and selected "Refresh" from the context menu and re-opened the stored procedure, but the ssms error in the editor still displays.
What's the easiest way to get the SSMS stored procedure editor to recognize this view update?