<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211;  T-SQL Script to Insert Carriage Return and New Line Feed in Code</title>
	<atom:link href="http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Mary Beth</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-461484</link>
		<dc:creator><![CDATA[Mary Beth]]></dc:creator>
		<pubDate>Mon, 22 Apr 2013 15:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-461484</guid>
		<description><![CDATA[How can you find all the carriage return line feeds in a field in sql?  I have a text field that has multiple lines and I&#039;m looking for certain data on each line.]]></description>
		<content:encoded><![CDATA[<p>How can you find all the carriage return line feeds in a field in sql?  I have a text field that has multiple lines and I&#8217;m looking for certain data on each line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-443163</link>
		<dc:creator><![CDATA[Pradeep]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 02:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-443163</guid>
		<description><![CDATA[in the above all post i am seeing the new character is printed but that using values from variables, does anybody having solution without using variables for ex: i have EmpID and EmpName from my Employee table
and the i have 3 records are as 
EmpID EmpName
------------------------
01 - Jhon
02-  Merry
03- Love

I want to display the 3 records as without using any variables....

01
Jhon
-------
02
Merry
-------
03
Love

PLease reply i am waiting....for response... Thanks in advance...]]></description>
		<content:encoded><![CDATA[<p>in the above all post i am seeing the new character is printed but that using values from variables, does anybody having solution without using variables for ex: i have EmpID and EmpName from my Employee table<br />
and the i have 3 records are as<br />
EmpID EmpName<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
01 &#8211; Jhon<br />
02-  Merry<br />
03- Love</p>
<p>I want to display the 3 records as without using any variables&#8230;.</p>
<p>01<br />
Jhon<br />
&#8212;&#8212;-<br />
02<br />
Merry<br />
&#8212;&#8212;-<br />
03<br />
Love</p>
<p>PLease reply i am waiting&#8230;.for response&#8230; Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-421384</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 13 Feb 2013 13:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-421384</guid>
		<description><![CDATA[In the Query builder result, set it to text mode and copy the result from there]]></description>
		<content:encoded><![CDATA[<p>In the Query builder result, set it to text mode and copy the result from there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari Saran Manandhar</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-414037</link>
		<dc:creator><![CDATA[Hari Saran Manandhar]]></dc:creator>
		<pubDate>Mon, 28 Jan 2013 08:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-414037</guid>
		<description><![CDATA[SELECT 
&#039;:20:&#039;+&#039;test&#039;+CHAR(13)+CHAR(10)+
&#039;:23B:CRED&#039;+CHAR(13)+CHAR(10)+
+&#039;-}&#039;

This give a result in a single row. In sql server 2012 when I copy this content and paste in notepadd it gives 3 rows with CRLF. But In SQL Server 2005 when copied from a row and paste into notepad it shows in a single row. So How can I get the same result as in SQL Server 2012?]]></description>
		<content:encoded><![CDATA[<p>SELECT<br />
&#8216;:20:&#8217;+'test&#8217;+CHAR(13)+CHAR(10)+<br />
&#8216;:23B:CRED&#8217;+CHAR(13)+CHAR(10)+<br />
+&#8217;-}&#8217;</p>
<p>This give a result in a single row. In sql server 2012 when I copy this content and paste in notepadd it gives 3 rows with CRLF. But In SQL Server 2005 when copied from a row and paste into notepad it shows in a single row. So How can I get the same result as in SQL Server 2012?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-341437</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 06 Sep 2012 10:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-341437</guid>
		<description><![CDATA[Use bcp http://beyondrelational.com/modules/2/blogs/70/posts/10798/bcp-export-data-to-text-file.aspx]]></description>
		<content:encoded><![CDATA[<p>Use bcp <a href="http://beyondrelational.com/modules/2/blogs/70/posts/10798/bcp-export-data-to-text-file.aspx" rel="nofollow">http://beyondrelational.com/modules/2/blogs/70/posts/10798/bcp-export-data-to-text-file.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srikanth</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-341065</link>
		<dc:creator><![CDATA[srikanth]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 09:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-341065</guid>
		<description><![CDATA[sir i want export my database table data  into a text file using sql server 2008

ex: name       no          ph
     sri            123        12344
    234          4545       565

like this format i want the result]]></description>
		<content:encoded><![CDATA[<p>sir i want export my database table data  into a text file using sql server 2008</p>
<p>ex: name       no          ph<br />
     sri            123        12344<br />
    234          4545       565</p>
<p>like this format i want the result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maggi</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-341062</link>
		<dc:creator><![CDATA[maggi]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 09:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-341062</guid>
		<description><![CDATA[thank u sir]]></description>
		<content:encoded><![CDATA[<p>thank u sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maggi</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-341060</link>
		<dc:creator><![CDATA[maggi]]></dc:creator>
		<pubDate>Wed, 05 Sep 2012 09:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-341060</guid>
		<description><![CDATA[if you don&#039;t know the result of my question just say i don&#039;t know that&#039;s it please don&#039;t show this type of answeres]]></description>
		<content:encoded><![CDATA[<p>if you don&#8217;t know the result of my question just say i don&#8217;t know that&#8217;s it please don&#8217;t show this type of answeres</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-312973</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Fri, 13 Jul 2012 10:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-312973</guid>
		<description><![CDATA[Note that although it is not shown exactly how it is shown in query window, carriage return will be added as part of text]]></description>
		<content:encoded><![CDATA[<p>Note that although it is not shown exactly how it is shown in query window, carriage return will be added as part of text</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh.R</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-312208</link>
		<dc:creator><![CDATA[Suresh.R]]></dc:creator>
		<pubDate>Wed, 11 Jul 2012 12:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-312208</guid>
		<description><![CDATA[Hi Pinal,

Im not able to create text file using the output string(with the use of xp_cmdshell) . if I break the string with char(13), it reflects only in result panel not in generated text file.  if I break the string with char(10) im not able to create the file.

Can u help me in this case.

Thanks &amp; Regards,
Suresh.R]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Im not able to create text file using the output string(with the use of xp_cmdshell) . if I break the string with char(13), it reflects only in result panel not in generated text file.  if I break the string with char(10) im not able to create the file.</p>
<p>Can u help me in this case.</p>
<p>Thanks &amp; Regards,<br />
Suresh.R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sibi elango</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-292096</link>
		<dc:creator><![CDATA[sibi elango]]></dc:creator>
		<pubDate>Fri, 01 Jun 2012 07:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-292096</guid>
		<description><![CDATA[Nice Article ya.. i search for this only...]]></description>
		<content:encoded><![CDATA[<p>Nice Article ya.. i search for this only&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parth</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-265939</link>
		<dc:creator><![CDATA[parth]]></dc:creator>
		<pubDate>Thu, 22 Mar 2012 06:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-265939</guid>
		<description><![CDATA[Thanks pinal,
Your post always help me to find easiest and understandable solution.
Keep doing good things,,, have a nice day,,,]]></description>
		<content:encoded><![CDATA[<p>Thanks pinal,<br />
Your post always help me to find easiest and understandable solution.<br />
Keep doing good things,,, have a nice day,,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalokohan</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-241274</link>
		<dc:creator><![CDATA[Kalokohan]]></dc:creator>
		<pubDate>Fri, 20 Jan 2012 11:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-241274</guid>
		<description><![CDATA[Great ............
Thanks]]></description>
		<content:encoded><![CDATA[<p>Great &#8230;&#8230;&#8230;&#8230;<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ealya</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-201224</link>
		<dc:creator><![CDATA[Ealya]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 11:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-201224</guid>
		<description><![CDATA[Hi ,
Adding New Line Character is not working  When we do Export to Excel from SSRS]]></description>
		<content:encoded><![CDATA[<p>Hi ,<br />
Adding New Line Character is not working  When we do Export to Excel from SSRS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryden</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-161427</link>
		<dc:creator><![CDATA[Bryden]]></dc:creator>
		<pubDate>Wed, 24 Aug 2011 16:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-161427</guid>
		<description><![CDATA[how about this one
I would like to PREVENT a new line in the following type of codeing

print a message
do something
print result 

so the output is allon one line

e.g
PRINT &#039;restoring database : &#039;
RESTORE DATABAE ........
PRINT &#039;success / failure&#039;  depending on restore

output woulr then be
restoring database : success / failure

any ideas?

thanks in advance.
Bryden]]></description>
		<content:encoded><![CDATA[<p>how about this one<br />
I would like to PREVENT a new line in the following type of codeing</p>
<p>print a message<br />
do something<br />
print result </p>
<p>so the output is allon one line</p>
<p>e.g<br />
PRINT &#8216;restoring database : &#8216;<br />
RESTORE DATABAE &#8230;&#8230;..<br />
PRINT &#8216;success / failure&#8217;  depending on restore</p>
<p>output woulr then be<br />
restoring database : success / failure</p>
<p>any ideas?</p>
<p>thanks in advance.<br />
Bryden</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bc6really</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-140724</link>
		<dc:creator><![CDATA[bc6really]]></dc:creator>
		<pubDate>Mon, 13 Jun 2011 13:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-140724</guid>
		<description><![CDATA[Just a note, you are going to need to use char(13) + char(10) if you want a newline to come through the sp_send_dbmail. Most email clients are requiring this sequence to register a newline.]]></description>
		<content:encoded><![CDATA[<p>Just a note, you are going to need to use char(13) + char(10) if you want a newline to come through the sp_send_dbmail. Most email clients are requiring this sequence to register a newline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: surya</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-130134</link>
		<dc:creator><![CDATA[surya]]></dc:creator>
		<pubDate>Wed, 20 Apr 2011 09:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-130134</guid>
		<description><![CDATA[Hi Pinal Dave,

i am importing to access db file into sqlsever 2008 .
in access db file one of the field name is amount in that column value is $(600.00) like that , 
when i am trying to import into sqlserver 2008 i get an error , 
in sqlserver i took data type is money ,in access db currency 
 
how to insert &quot;$(600.00)&quot; in sqlserver .

thanks and  regards
suryagiri]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal Dave,</p>
<p>i am importing to access db file into sqlsever 2008 .<br />
in access db file one of the field name is amount in that column value is $(600.00) like that ,<br />
when i am trying to import into sqlserver 2008 i get an error ,<br />
in sqlserver i took data type is money ,in access db currency </p>
<p>how to insert &#8220;$(600.00)&#8221; in sqlserver .</p>
<p>thanks and  regards<br />
suryagiri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Madriaga</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-122491</link>
		<dc:creator><![CDATA[Bart Madriaga]]></dc:creator>
		<pubDate>Wed, 09 Mar 2011 04:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-122491</guid>
		<description><![CDATA[Thanks a lot to all you guys. It has helped solved my problem]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot to all you guys. It has helped solved my problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josephine Bush</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-117920</link>
		<dc:creator><![CDATA[Josephine Bush]]></dc:creator>
		<pubDate>Thu, 10 Feb 2011 18:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-117920</guid>
		<description><![CDATA[Hi, I realized that I can select into variables and then print out what a need using CHAR(13) to get the line breaks I need in my .ics file.  Thanks, Josephine]]></description>
		<content:encoded><![CDATA[<p>Hi, I realized that I can select into variables and then print out what a need using CHAR(13) to get the line breaks I need in my .ics file.  Thanks, Josephine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josephine Bush</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-117794</link>
		<dc:creator><![CDATA[Josephine Bush]]></dc:creator>
		<pubDate>Wed, 09 Feb 2011 23:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-117794</guid>
		<description><![CDATA[Hi, 
I am trying to generate a dynamic .ics file.  I need true line breaks in it and using CHAR(13) + CHAR(10) doesn&#039;t work.  It just puts spaces in and then the .ics file is not valid.    Any help would be greatly appreciated.  I really need a line break with no spaces - sort of like  does in html.  Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am trying to generate a dynamic .ics file.  I need true line breaks in it and using CHAR(13) + CHAR(10) doesn&#8217;t work.  It just puts spaces in and then the .ics file is not valid.    Any help would be greatly appreciated.  I really need a line break with no spaces &#8211; sort of like  does in html.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hopper44</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-115256</link>
		<dc:creator><![CDATA[hopper44]]></dc:creator>
		<pubDate>Sun, 30 Jan 2011 18:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-115256</guid>
		<description><![CDATA[Does anyone have an idea how to embed a PAGE BREAK in T-SQL?

Line Breaks can be embedded with CHAR(13)+CHAR(10), but how about Page Breaks?

I have an application which may be output to several devices which have different pagesizes. Originally, I thought about sending multiple blank lines, but that is not a solution since devices can have different page sizes.

Any help will be appreciated.

Thanks.

Hopper44]]></description>
		<content:encoded><![CDATA[<p>Does anyone have an idea how to embed a PAGE BREAK in T-SQL?</p>
<p>Line Breaks can be embedded with CHAR(13)+CHAR(10), but how about Page Breaks?</p>
<p>I have an application which may be output to several devices which have different pagesizes. Originally, I thought about sending multiple blank lines, but that is not a solution since devices can have different page sizes.</p>
<p>Any help will be appreciated.</p>
<p>Thanks.</p>
<p>Hopper44</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-114967</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Fri, 28 Jan 2011 09:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-114967</guid>
		<description><![CDATA[where col like &#039;%&#039;+char(10)+char(13)+&#039;%&#039;]]></description>
		<content:encoded><![CDATA[<p>where col like &#8216;%&#8217;+char(10)+char(13)+&#8217;%&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fionsa Hughes</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-114635</link>
		<dc:creator><![CDATA[Fionsa Hughes]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 09:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-114635</guid>
		<description><![CDATA[Try something like this:

select * from [customer information] where [email_address] like &#039;%&#039; + convert(nvarchar(1),0x0D) + &#039;%&#039;]]></description>
		<content:encoded><![CDATA[<p>Try something like this:</p>
<p>select * from [customer information] where [email_address] like &#8216;%&#8217; + convert(nvarchar(1),0x0D) + &#8216;%&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-114476</link>
		<dc:creator><![CDATA[Jenny]]></dc:creator>
		<pubDate>Wed, 26 Jan 2011 18:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-114476</guid>
		<description><![CDATA[Hi,

I want to know how can I find the carriage return from one of my Email_address column?  The column is varchar(255) field.
We have some records that someone added the carriage return in the e-mail address, I want to select those rows out from the table.

Thanks

Jenny]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to know how can I find the carriage return from one of my Email_address column?  The column is varchar(255) field.<br />
We have some records that someone added the carriage return in the e-mail address, I want to select those rows out from the table.</p>
<p>Thanks</p>
<p>Jenny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fionsa Hughes</title>
		<link>http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-114117</link>
		<dc:creator><![CDATA[Fionsa Hughes]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 15:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/22/sql-server-t-sql-script-to-insert-carriage-return-and-new-line-feed-in-code/#comment-114117</guid>
		<description><![CDATA[Try using convert(nvarchar(1),0x0D) + convert(nvarchar(1),0x0A) instead of char(13) + char(10)]]></description>
		<content:encoded><![CDATA[<p>Try using convert(nvarchar(1),0x0D) + convert(nvarchar(1),0x0A) instead of char(13) + char(10)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
