I'm not sure if I understand this question, but SQL Server does *not* interpret any data stored in BLOB columns such as TEXT. I assume you're talking about a column of TEXT data type, right? All interpretation need to be done via the calling app. SO, if you need to display the "raw" text, you have to write your own logic. There is no build-in readily available feature.