dbTalk Databases Forums  

BCP to DTS format files

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


Discuss BCP to DTS format files in the microsoft.public.sqlserver.dts forum.



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

Default BCP to DTS format files - 12-10-2003 , 02:23 PM






I am trying to move some BCP commands to DTS and the
problem is that I don't know how to create a format file
in DTS similar to the one in BCP. The user of the data
still likes to see the field format in the text file. Any
ideas?

Thanks in advance,
Kim

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: BCP to DTS format files - 12-10-2003 , 03:11 PM






In article <042e01c3bf5b$7f17c820$a101280a (AT) phx (DOT) gbl>, Kim
<anonymous (AT) discussions (DOT) microsoft.com> writes
Quote:
I am trying to move some BCP commands to DTS and the
problem is that I don't know how to create a format file
in DTS similar to the one in BCP. The user of the data
still likes to see the field format in the text file. Any
ideas?

Thanks in advance,
Kim
If using the Bulk Insert Task then you can use the same format files as
used by BCP or the T-SQL BULK INSERT statement.

If using the DataPump then there is no need for a format file.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.