I am attempting to alter an existing stored procedure with the command
ALTER \'name_of_stored\"procedure\'
however the name is highlighted in red noting it i
Intellisense doesn't refresh as quickly as you create new objects. You need to refresh the cache (Ctrl + Shift + R). Or, maybe, don't rely on Intellisense and only worry if the execution fails.