Is there a way in SQL Server Management Studio to use modal dialogs to view or edit a View, Stored Procedure or User Defined Function?
As it is now anytime you want to see/modify their declaration, it has to be scripted as
ALTER VIEWALTER PROCEDUREALTER FUNCTION
and it is placed on a new dummy tab.
i prefer the old fashioned OK Cancel paradigm.