dbTalk Databases Forums  

Exporting data without wizzards?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Exporting data without wizzards? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
aurelio
 
Posts: n/a

Default Exporting data without wizzards? - 11-05-2004 , 01:57 PM






Is there I way to export data into .csv executing code not using wizzards?

Something similar to INFORMIX command.

UNLOAD TO //path/filename.csv DELIMITER ","
SELECT (WHATEVER) FROM TABLE

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Exporting data without wizzards? - 11-06-2004 , 02:16 AM






BCP ?
DTS ? (although you may count the Gui as a Wizard)
SQL-DMO


--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


"aurelio" <aurelio (AT) discussions (DOT) microsoft.com> wrote

Quote:
Is there I way to export data into .csv executing code not using wizzards?

Something similar to INFORMIX command.

UNLOAD TO //path/filename.csv DELIMITER ","
SELECT (WHATEVER) FROM TABLE



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.