Comments
1 comment
-
Hi @...,
I see this happening too, but unfortunately I'm not sure there's anything we can do as it looks like it's an SSMS display issue.
If you copy out the single line of text from SSMS and paste it into a text editor it still has the line breaks (at least it did for me), so it looks like SSMS is not displaying the CR/LF.
Kind regards,
Alex
Add comment
Please sign in to leave a comment.
The appearance in SQL Doc is like this:
However, when I save the changes to the database, and I view the MS_Description property on the field via SSMS, it ignores my line breaks, and the the text is all on one line, like this:
If I then add the line breaks within SSMS, save the changes, and then go back and refresh my SQL Doc project, then it appears like this within SQL Doc (double line spacing!)
Is there any way to keep the line breaks consistent between SQL Doc and the database properties?