Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Requiring the output of a query in a text file

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-09-03 : 08:35:44
Joe writes "When I fire the query
Select ltrim(rtrim(col1))+','+ltrim(rtrim(col2))

the output must come in a .txt file without the header
& footer.
Is it possible ? How ?"

BigRetina
Posting Yak Master

144 Posts

Posted - 2002-09-03 : 10:08:29
see this
http://mysite.freeserve.com/root/WriteTextFile.html

Go to Top of Page
   

- Advertisement -