CSV export task

Posted by medecau on Server Fault See other posts from Server Fault or by medecau
Published on 2010-01-28T20:40:43Z Indexed on 2010/03/14 13:05 UTC
Read the original article Hit count: 363

Filed under:

Need a task that outputs a CSV text file of a couple of tables about every 5 minutes.
Server is MSSQL 2008. It is a production server.

requirements are:
* utf8 output
* '\t' or ';' cell separator
* '\n' row terminator
* file should be overwritten * the output is a join of two tables (dbo.article and dbo.stock key being 'c_art')

© Server Fault or respective owner

Related posts about sql-server-2008