Results 1 to 2 of 2

Thread: Export data into Text file using ç Delimited

  1. #1
    Join Date
    Nov 2002
    Posts
    231

    Export data into Text file using ç Delimited

    Hi,
    I need to export data from SQL server 2000 database into text file uisng ç Delimited. Because my destination database will be teradata. Could you let me know if you have any method for this.
    Thanks

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Try bcp, you can spesify field delimiter with -t option and specify row delimiter with -r option.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •