|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Yesterday @ 9:04 PM
Points: 79,
Visits: 602
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, May 20, 2013 10:48 AM
Points: 6,
Visits: 425
|
|
Good job, very well written and demonstrated. Awesome!
Do you have something for connecting to a remote sever and downloading files? I think that's the next thing you should add to this.
Thanks again, Super!
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Yesterday @ 9:04 PM
Points: 79,
Visits: 602
|
|
That's what this job actually does. I just used local directories for demonstration purposes.
You would simply change the directory path from c:\folder\ to \\server\folder\, if I understand your question correctly.
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Monday, August 13, 2012 10:04 AM
Points: 554,
Visits: 861
|
|
| Thanks For this article excellent explanation :)
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, January 09, 2013 8:25 AM
Points: 7,
Visits: 82
|
|
Hi,
You have done a very good demonstration. I did try what you have done in my visual studio 2005 but it doesn't work. It seems like the vb script code doesn't work well. After I have configurated your package (MultipleFileExtraction2005.dtsx) in my 2005 environment, when I run it just the "Get list of data files" (Script task) and the "Loop through list of data files" (ForEach Loop task) what are became green and the other tasks not
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Yesterday @ 9:04 PM
Points: 79,
Visits: 602
|
|
| Sounds to me like it is not finding the data files. Make sure you have the paths set correctly, and files actually in the folders.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, January 09, 2013 8:25 AM
Points: 7,
Visits: 82
|
|
Yes you right, my data files were not into the correct location. Thanks
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Yesterday @ 7:36 PM
Points: 32,931,
Visits: 26,820
|
|
1. What kind of privs does the SSIS job need to be able to run the VB.Net scripts for this job? 2. What kind of privs does someone need to run this job?
--Jeff Moden "RBAR is pronounced "ree-bar" and is a "Modenism" for "Row-By-Agonizing-Row".
First step towards the paradigm shift of writing Set Based code: Stop thinking about what you want to do to a row... think, instead, of what you want to do to a column."
For better, quicker answers on T-SQL questions, click on the following... http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following... http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 5:54 PM
Points: 525,
Visits: 617
|
|
Great package and article. Thank you! I am saving this one
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Yesterday @ 9:04 PM
Points: 79,
Visits: 602
|
|
It is the connection manager used by the SQL statement in the script task that determines whether the SQL statement can be executed.
If your connection manager is using authentication that would allow you to execute the SQL Statement in SQL Server Management Studio, it will allow you to execute that same statement from an SSIS script task.
|
|
|
|