Link to home
Start Free TrialLog in
Avatar of jaimeamedina
jaimeamedina

asked on

Creating Tab-delimited files from SQL 2000 DTS

Does anyone know how to create a tab-delimited file from a SQL query from within a DTS package? Should be simple enough, but having some trouble.

Thanks in adavnce,
jm
Avatar of Otana
Otana

What sort of trouble?

You take a SQL connection, enter the right server, usr id, password, ...
You take a text file (destination), and enter the file name, say it's delimited, use "tab" as the character that's separating columns, ...
Put a data transfer task between them, enter a query as the source, ...

should run.
Avatar of jaimeamedina

ASKER

I see no Transfer data task per se. I see a transform data, but it's a little confusing as to how to configure it. Or am I missing a task somehow?
ASKER CERTIFIED SOLUTION
Avatar of Otana
Otana

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial