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)
 copy data from table to csv file

Author  Topic 

ratheeshsql
Starting Member

17 Posts

Posted - 2006-11-22 : 04:07:53
Hi,

How can i copy data from a table to a comma separated value file through Data Transformation service..?

thanx

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-11-22 : 04:46:03

run enterprise manager - your database - table - right click - all task - export data - choose text file as destination -
specify column delimiter as comma


KH

Go to Top of Page
   

- Advertisement -