|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Tuesday, May 21, 2013 10:19 AM
Points: 274,
Visits: 636
|
|
Terrific article. I used it with some modifications to realize a huge time-saving project. Many thanks!
- Simon D
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, November 30, 2009 8:07 PM
Points: 15,
Visits: 40
|
|
| Glad it was useful for you!
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Friday, March 15, 2013 2:43 PM
Points: 3,924,
Visits: 1,554
|
|
Excellent and informative article. I, though using SSIS for last couple of years but still love the simple DTS designer tool of SQL Server 2000 version than the complicated SSIS of 2005/2008. I agree, with SSIS we can accomplish more than what one can with DTS. But still, DTS is DTS.
Thanks for the article.
SQL DBA.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Monday, May 07, 2012 9:23 AM
Points: 304,
Visits: 716
|
|
Good, well-written article and having worked with SSIS, not too hard to understand and follow. I suppose if you had to generate this kind of Excel output on a regular basis, this code would be most helpful.
However, it also highlights the often painful complexity of SSIS to the uninitiated and one must consider whether simply running a bunch of queries then copying and pasting the results - or - simply running the queries from the excel side are not more overall time-efficient, less tedious and complex approaches.
Still, excellent and creative work, nicely documented.
There's no such thing as dumb questions, only poorly thought-out answers...
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, October 16, 2009 10:48 AM
Points: 1,
Visits: 0
|
|
| Nice article. Does this work with the 64 bit Excel driver?
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, July 30, 2010 6:33 AM
Points: 17,
Visits: 63
|
|
nice ressurection of one of my more favorite bookmarked discussions. :)
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, November 30, 2009 9:55 PM
Points: 3,
Visits: 27
|
|
Hi,
Pls help me with more details on the @User::SubsidiaryName as there is nothing mentioned in article
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, November 30, 2009 9:55 PM
Points: 3,
Visits: 27
|
|
Hi,
Pls help me with more details on the @User::SubsidiaryName as there is nothing mentioned in article
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, November 30, 2009 9:55 PM
Points: 3,
Visits: 27
|
|
Hello to all Gurus,
I am a newbie and need a step by step help. I am attaching herewith sample .dtsx and .bak ( both zipped separately) from my environment.
The scenario i was trying is given below : Tables in focus dbo.CustTable & dbo.CustGroup both tables are linked with the field CustGroup. There are different working company for an application instance which is defined as "dataareaId" in each table.
I would try to create one file dynamically for each distinct dataareaid in CustTable and within a workbook create worksheets for a distinct CustGroup and each worksheet will then have the CustTable data for that CustGroup.
I have tried to follow the article but i am stuck at the excel destination . It says "the excel file name is not provided".
Help me There would be a need to change the connection to use the attached the database instead of the ince in the .dtsx file.
I have now attached the updated files for your review. Pls help
|
|
|
|