<?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; Exporting Query Results to CSV using SQLCMD</title>
	<atom:link href="http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Thu, 20 Jun 2013 10:56:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kali</title>
		<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/#comment-499811</link>
		<dc:creator><![CDATA[Kali]]></dc:creator>
		<pubDate>Thu, 13 Jun 2013 06:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22881#comment-499811</guid>
		<description><![CDATA[Unexpected argument error is because of the copy paste of the command. type the command and run then it will work fine.]]></description>
		<content:encoded><![CDATA[<p>Unexpected argument error is because of the copy paste of the command. type the command and run then it will work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kali</title>
		<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/#comment-499793</link>
		<dc:creator><![CDATA[Kali]]></dc:creator>
		<pubDate>Thu, 13 Jun 2013 06:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22881#comment-499793</guid>
		<description><![CDATA[Unexpected argument error occuring]]></description>
		<content:encoded><![CDATA[<p>Unexpected argument error occuring</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rida</title>
		<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/#comment-473478</link>
		<dc:creator><![CDATA[rida]]></dc:creator>
		<pubDate>Sat, 11 May 2013 22:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22881#comment-473478</guid>
		<description><![CDATA[unexpected agrument error occur]]></description>
		<content:encoded><![CDATA[<p>unexpected agrument error occur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: san</title>
		<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/#comment-433773</link>
		<dc:creator><![CDATA[san]]></dc:creator>
		<pubDate>Fri, 08 Mar 2013 07:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22881#comment-433773</guid>
		<description><![CDATA[unexpected agrument error occur]]></description>
		<content:encoded><![CDATA[<p>unexpected agrument error occur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jahid Ajmeri</title>
		<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/#comment-432776</link>
		<dc:creator><![CDATA[Jahid Ajmeri]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 11:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22881#comment-432776</guid>
		<description><![CDATA[I am trying to execute below command from SQLCMD and it will gives error like:

Sqlcmd: Error: Internal error at ReadText (Reason: No mapping for the Unicode character exists in the target multi-byte code page).

Command:

SQLCMD -S ServerName -d Database -U YourUserName -P YourPassword -i “C:\sqlfile.sql”

Operating System:  window server 2008 R2


this command is successfully executed before formating this machine


please kindly give any suggestions

Thanks]]></description>
		<content:encoded><![CDATA[<p>I am trying to execute below command from SQLCMD and it will gives error like:</p>
<p>Sqlcmd: Error: Internal error at ReadText (Reason: No mapping for the Unicode character exists in the target multi-byte code page).</p>
<p>Command:</p>
<p>SQLCMD -S ServerName -d Database -U YourUserName -P YourPassword -i “C:\sqlfile.sql”</p>
<p>Operating System:  window server 2008 R2</p>
<p>this command is successfully executed before formating this machine</p>
<p>please kindly give any suggestions</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mazhar</title>
		<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/#comment-432616</link>
		<dc:creator><![CDATA[Mazhar]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 05:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22881#comment-432616</guid>
		<description><![CDATA[I have same error.]]></description>
		<content:encoded><![CDATA[<p>I have same error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KhalidMehmoodAwan</title>
		<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/#comment-432142</link>
		<dc:creator><![CDATA[KhalidMehmoodAwan]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 12:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22881#comment-432142</guid>
		<description><![CDATA[cool ... !]]></description>
		<content:encoded><![CDATA[<p>cool &#8230; !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kallol Acharya</title>
		<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/#comment-432095</link>
		<dc:creator><![CDATA[Kallol Acharya]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 10:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22881#comment-432095</guid>
		<description><![CDATA[nice post]]></description>
		<content:encoded><![CDATA[<p>nice post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thakkermukund</title>
		<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/#comment-432090</link>
		<dc:creator><![CDATA[thakkermukund]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 10:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22881#comment-432090</guid>
		<description><![CDATA[Gives following output,
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Named Pipes Provider: Could not open a connection to SQL Server [2]. .
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Login timeout expired.
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..]]></description>
		<content:encoded><![CDATA[<p>Gives following output,<br />
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Named Pipes Provider: Could not open a connection to SQL Server [2]. .<br />
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Login timeout expired.<br />
Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Douglas (@SQLRich)</title>
		<link>http://blog.sqlauthority.com/2013/03/05/sql-server-exporting-query-results-to-csv-using-sqlcmd/#comment-432050</link>
		<dc:creator><![CDATA[Richard Douglas (@SQLRich)]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 09:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22881#comment-432050</guid>
		<description><![CDATA[SQLCMD can be a very powerful tool in a DBA&#039;s toolkit. Thanks for raising it&#039;s profile.]]></description>
		<content:encoded><![CDATA[<p>SQLCMD can be a very powerful tool in a DBA&#8217;s toolkit. Thanks for raising it&#8217;s profile.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
