Remove extra space between statements option is Needed
SELECT
*
FROM
Temp1
--Remove this kind of extra spacing between statements option is Needed
SELECT
*
FROM
Temp2
--Remove this kind of extra spacing between statements option is Needed
SELECT
*
FROM
Temp3
This feature is now included in the new SQL Prompt 8.0. For additional information see: http://documentation.red-gate.com/display/SP8/SQL+Prompt+8.0+release+notes
You can get the latest version of SQL Prompt from http://www.red-gate.com/products/sql-development/sql-prompt/
Thank you for your help!
-
Richard commented
I was pointed at this post by the Product Support Team. It doesn't help that (I suspect) the whitespace has been lost from the original post, so it's not clear what he wants; but actually, I found the following request was much closer to the cause of the problems I was having... https://redgate.uservoice.com/forums/94413-sql-prompt/suggestions/4663181-support-a-common-intending-option-for-select
-
Rubiksmomo commented
It's already implemented
-
Vishwanath Patel commented
Yes, I also face this issue when generate SP body using sp_helptext stored procedure.
This should come as one of the formatting option for "Ctrl+K Y", so user can enabled disable based on need. -
Bhavik Vyas commented
Remove extra space between statements option is Needed while formatting SP or Code