all groups > sql server dts > september 2004 >
You're in the

sql server dts

group:

WHAT PROCEDURE/VIEW IS DTS USING FOR IMPORTING FLAT FILE


WHAT PROCEDURE/VIEW IS DTS USING FOR IMPORTING FLAT FILE minimotorsport
9/28/2004 9:19:02 AM
sql server dts:
Does anybody know what what SQL logic ist DTS using when getting data from
FLAT FILE WITH WHITESPACE as a colum identifier ?
What sp / view or whatever is used ?

Re: WHAT PROCEDURE/VIEW IS DTS USING FOR IMPORTING FLAT FILE Allan Mitchell
9/28/2004 7:03:42 PM
DTS doesn't use any SP/VIEW or anything like that.

You could use BULK INSERT, BCP as well.

When you run a FLAT File import run profiler at the same time and you'll see
what it is doing

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


[quoted text, click to view]

Re: WHAT PROCEDURE/VIEW IS DTS USING FOR IMPORTING FLAT FILE minimotorsport
9/29/2004 2:03:02 AM
Profiler just shows the DTS initializing.
Any idear how to get the SQL scripts that are used inside ?

Michael

[quoted text, click to view]
Re: WHAT PROCEDURE/VIEW IS DTS USING FOR IMPORTING FLAT FILE Allan Mitchell
9/29/2004 8:30:57 PM
Look inside the packages themselves?

On the destination server you should still see the statements being issued
against the target tables.

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.Konesans.com


[quoted text, click to view]

AddThis Social Bookmark Button