When I double click on a stored procedure, I’ll get the alter stored procedure window and it will display the body of the stored procedure. If I Alter Stored Procedure in Editor, it will display the header and the body.
How do I get the the Alter Stored Procedure window to show the header information as well?
My problem is that some of the code writers in my group put their comments in the header and some put their comments in the body. So I can see some and not others, unless I right click and run Alter Stored Procedure in Editor option.
Thanks