MSSQLTips.com - your daily source for SQL Server tips

Google
 
Web mssqltips.com

ESSENTIALS: Home | Tips | Search | Categories | Top 10 | Products | Authors | Blogs | Forums | Webcasts | Advertise | About
Logic to export multiple talbes to individaual files - MSSQLTips

MSSQLTips

MSSQLTips.com - your daily source for SQL Server tips
Welcome to MSSQLTips Sign in | Join | Help
in Search

Logic to export multiple talbes to individaual files

Last post 10-03-2008 2:04 AM by dannyg. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 09-30-2008 5:38 AM

    • dannyg
    • Top 200 Contributor
    • Joined on 09-30-2008
    • Posts 2

    Logic to export multiple talbes to individaual files

    Need logic to implement, export of data from different tables to their respective files in a single batch.. No joins, merge, nothing... just a file containing 'increment' extract of the table. a daily batch.

  • 10-02-2008 6:31 PM In reply to

    • timmer26
    • Top 10 Contributor
    • Joined on 12-14-2007
    • Kalamazoo, MI, USA
    • Posts 32

    Re: Logic to export multiple talbes to individaual files

    Have you looked into using DTS or SSIS to accomplish this task?

    Tim Ford, MCSD
  • 10-03-2008 2:04 AM In reply to

    • dannyg
    • Top 200 Contributor
    • Joined on 09-30-2008
    • Posts 2

    Re: Logic to export multiple talbes to individaual files

    I want it in SSIS. This I have done for exporting single table a time. but for this scene( multiple tables to multiple time). I have tried 'foreach loop task'. But cannot get the o/p. I am trying in BCP

Page 1 of 1 (3 items)