Using SQL Prompt 4 (I'm aware there's an upgrade but I'm not responsible for that kind of thing..)
I like the ease of being able to write alter proc __ and have SQL Prompt fill the rest of the statement, bringing up the required procedue/view/whatever.
Unfortunately, any comments in the procedure that would appear if I'd have browsed through the object explorer of management studio and selected 'modify' (or script as..) disappear.
Is there a way of ensuring the comments are included? they also appear in the output of the proc sp_helptext.. these comments are above the initial 'alter proc' statement.
Cheers :)