down votefavorite |
I want to extract data from 100 tables in a one go in SQL Server 2008 R2. Is there any option? I am extracting through SSIS but need to work manually for all tables and its not a generic method. In oracle i am doing this with spool option. And running a script file which is generating csv data for 100 tables. Looking for your expert suggestions. Regards Irfan Ahmad |
Multiple tables data extraction
November 21st, 2013 12:29am
You can script out the data but if it is huge it takes time.
Free Windows Admin Tool Kit Click here and download it now
November 21st, 2013 2:43am