Fetch Long Text in SSMS Query Editor

When you try to get content of text data long than 43.600 characters in SQL Server Management Studio — Query Editor, SSMS trims text after 43.600th character.

If you want to see full content of column you can use this query:

SELECT YourColumnName as [processing-instruction(x)]

--

Power of Technology and Network

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store