line breaks lost in sql server

后端 未结 7 1499
心在旅途
心在旅途 2020-12-18 18:02

I am entering error information into an ErrorLog table in my database. I have a utility class to do this:

ErrorHandler.Error(\"Something has broken!!\\n\\nDe         


        
7条回答
  •  不思量自难忘°
    2020-12-18 18:30

    Another simple solution is to click the "results to text" button in SSMS. Its not super clean, but gives you visibility to line breaks with about half a second of work.

提交回复
热议问题