MSSQLTips.com - your daily source for SQL Server tips
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.
Have you looked into using DTS or SSIS to accomplish this task?
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