May 31, 2006 #1 anveshan Programmer Joined Dec 20, 2005 Messages 15 Location US What does a blank square box in the end of the value of a column signifies.
May 31, 2006 #2 SQLDenis Programmer Joined Oct 1, 2005 Messages 5,575 Location US probably carriage return + newline (char(10) + char(13) ) Or maybe some fonts are missing on your system and this character is from one of those fonts Denis The SQL Menace SQL blog:http://sqlservercode.blogspot.com/ Personal Blog:http://otherthingsnow.blogspot.com/ Upvote 0 Downvote
probably carriage return + newline (char(10) + char(13) ) Or maybe some fonts are missing on your system and this character is from one of those fonts Denis The SQL Menace SQL blog:http://sqlservercode.blogspot.com/ Personal Blog:http://otherthingsnow.blogspot.com/
May 31, 2006 Thread starter #3 anveshan Programmer Joined Dec 20, 2005 Messages 15 Location US Thanks a lot for your prompt reply. This is in a mail message field. How does it get created? Upvote 0 Downvote