Viewing 15 posts - 166 through 180 (of 192 total)
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...
October 30, 2011 at 3:11 pm
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.
October 28, 2011 at 9:27 am
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.
October 27, 2011 at 8:53 pm
You could create a separate script task that would count the files in the various subdirectories using an array list containing the subdirectories you want to search along with the...
October 20, 2011 at 5:33 pm
Indexes will definitely help.
The only way to know for sure is try it both ways.
August 10, 2011 at 8:02 pm
From my experience, a temporary table is the only way to go with that many records.
A table variable or CTE would be way too slow.
August 9, 2011 at 10:03 pm
All you have to do is change "put" to "get."
You're path has to be pointing to a file that actually exists on the remote server, but that's about it.
September 25, 2010 at 10:20 am
Why don't you do like I did, Bill and write an article and share your knowledge?
Or do you simply prefer telling other people how stupid they are?
Besides which, tell me...
July 17, 2010 at 3:08 pm
My guess is that it is choking on the elapsed time calculation.
Try commenting out that entire section ('Calculate execution elapsed time..., except for the Dim statement that creates the elapsed...
July 16, 2010 at 12:59 pm
Sorry, but the answer is you can't get the time stamp of a processed data file from an event handler.
I was just trying to show you why I resorted to...
July 14, 2010 at 6:44 am
Is there an event handler to get the time stamp of a source data file being extracted by an SSIS package?
July 13, 2010 at 10:09 pm
You could make a template of this package, too, and build all your SSIS packages by adding components to the sequence container.
There are always a million ways to do anything....
July 12, 2010 at 7:01 am
I tried to post this to you the first time, but it went to Grasshopper, I think. I am going to try again.
I finally got a chance to write some...
July 1, 2010 at 10:49 am
I finally got a chance to write some code. I had to change the global variable "SourceFilePath" to "SourceDirectory." You can download a revised version of the SSIS package here:...
July 1, 2010 at 10:47 am
Doesn't work with wild cards. You're not in DOS, your using VB.NET SYSTEM.IO objects.
I went through all this myself. There is no other way.
June 17, 2010 at 11:22 am
Viewing 15 posts - 166 through 180 (of 192 total)