﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 7,2000 / T-SQL  / load sql server table data to flat file with out applications / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 17:54:51 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: load sql server table data to flat file with out applications</title><link>http://www.sqlservercentral.com/Forums/Topic1363905-8-1.aspx</link><description>You can try OPENROWSET, documented in Books Online.</description><pubDate>Tue, 25 Sep 2012 08:04:59 GMT</pubDate><dc:creator>lptech</dc:creator></item><item><title>RE: load sql server table data to flat file with out applications</title><link>http://www.sqlservercentral.com/Forums/Topic1363905-8-1.aspx</link><description>table is very big:-)</description><pubDate>Tue, 25 Sep 2012 07:21:09 GMT</pubDate><dc:creator>viveksvkola</dc:creator></item><item><title>RE: load sql server table data to flat file with out applications</title><link>http://www.sqlservercentral.com/Forums/Topic1363905-8-1.aspx</link><description>unless you consider dbmail creating an attachment as a file for an email, SQL server itself, doesn't have any native ways to write files to disk that I can think of; everything's an application...SQL Server Management Studio itself,, bcp,dts/ssis, CLR methods, powershell, Office like excel/word, custom applicaitons, etc  all would count as "applications" in my book.it would be better for you to identify what applications you don't wnat to use instead.what's the real requirement? write data to disk, or not use applications at all? Think it through and let us know what you really need to do.</description><pubDate>Tue, 25 Sep 2012 05:50:45 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>RE: load sql server table data to flat file with out applications</title><link>http://www.sqlservercentral.com/Forums/Topic1363905-8-1.aspx</link><description>DTS is another one to use</description><pubDate>Tue, 25 Sep 2012 05:39:46 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: load sql server table data to flat file with out applications</title><link>http://www.sqlservercentral.com/Forums/Topic1363905-8-1.aspx</link><description>You can use BCP</description><pubDate>Tue, 25 Sep 2012 04:55:34 GMT</pubDate><dc:creator>vyas</dc:creator></item><item><title>RE: load sql server table data to flat file with out applications</title><link>http://www.sqlservercentral.com/Forums/Topic1363905-8-1.aspx</link><description>If your table is not very big, you could SELECT * FROM Table using 'Results to Text' instead of grid, then copy &amp; paste the output to a text file.:-D</description><pubDate>Tue, 25 Sep 2012 04:52:41 GMT</pubDate><dc:creator>laurie-789651</dc:creator></item><item><title>load sql server table data to flat file with out applications</title><link>http://www.sqlservercentral.com/Forums/Topic1363905-8-1.aspx</link><description>Hi,This is vivek, i have one requirement load sql server table data to flat file(text file) with out applications.please any one help to me.Thanks&amp;Regards,vivek.:-)</description><pubDate>Tue, 25 Sep 2012 04:03:57 GMT</pubDate><dc:creator>viveksvkola</dc:creator></item></channel></rss>