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)
 Dump MSSQL table data to a file in tab delimited format

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-04-08 : 09:07:14
CHC325 writes "How do I write a SQL query to get a table of records dumped in tab delimited format to a named file on another server across a network?
Thanks for a speedy reply.
Regards CHC325"

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2004-04-08 : 09:13:30
BCP

If you are new to BCP, check out Byrmol's weblog for his BCP GUI and use it to generate the syntax.

http://weblogs.sqlteam.com/davidm/archive/2004/03/31/1151.aspx



Damian
Go to Top of Page
   

- Advertisement -