Im new to this but I believe I have all my settings correctly configured to create the output I want.
Here is my input query:
SELECT field1 ,field2, field3 , * FROM table1
And my output looks like this
SELECT field1 , field2 , field3 , * FROM table1
Where I want to see this (without the space)
SELECT field1 ,field2 ,field3 ,* FROM table1
Here are the settings I currently have configured which seem relevant to this conversation:
Also, when I execute this on the SQLinForm Desktop it works just the way I want it. However, when I execute this on SSMS is when my spacing problem shows up.
Any thoughts?
Guido,
Thank you for the quick response! I have my Lists -> Linebreaks set up just like you suggest.
Within the SQLinForm Desktop app, it works great. However, in SSMS it's still showing up with the spaces.
Im on SSMS version 20.2.30.0
Do you have any additional thoughts on my issue? Thanks!
Ok, thanks for the feedback. I need to publish a new version for SSMS20. Will do this tonight
Regards
Guido
Please download the new Release. Please read the installation instructions. They changed.