How to view special characters in SQL Management Studio
Posted
by
B Z
on Server Fault
See other posts from Server Fault
or by B Z
Published on 2010-10-08T21:28:13Z
Indexed on
2012/06/27
3:18 UTC
Read the original article
Hit count: 477
sql-server
|sql-server-2005
Sql 2005
I have a text column that has special characters stored e.g. CR, LF, but I don't know what they are. I would like to view these characters in management studio. Something like in Notepad ++ > Show Symbol > Show All Characters.
My Goal: I am working on a data conversion from one database to another. When the data is converted and viewed in the native application it is displaying some funky characters like a pipe character. I would like to eliminate these characters during the conversion process.
© Server Fault or respective owner