Microsoft SSIS and Sql Server Notes
Tuesday, March 6, 2012
Useful Special Characters For Sql Server Dynamic Queries
Char(44) -- comma
Char(39) -- Single Quote
char(9) -- Tab
char(10) -- Line feed
char(13) -- Enter\Carriage return
Char(32) -- Space
Go to SSMS.. Type :
[code language="sql"]
Select Char(44)
[/code]
and see the magic :)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment