Viewing 15 posts - 166 through 180 (of 681 total)
Good deal, thanks for the follow-up.
December 11, 2009 at 8:53 am
I see. In that case, visit my blog post that I linked in the previous entry - if I understand correctly, that brief post should give you what you...
December 10, 2009 at 10:27 pm
When using the script task (not a script component), you don't have to pull the file into the database to be able to work with it. Using a script,...
December 10, 2009 at 9:00 pm
I agree with Sabya - if you're using the fully qualified name, you should get everything including from the drive/folder through the extension in your variable.
hth,
Tim
December 10, 2009 at 8:27 pm
The short answer is no. As Phil wrote, you will in most cases be using a different connection during runtime, and any temporary object created under a different connection...
December 10, 2009 at 8:24 pm
I assume that you're mapping the variable [User::uvFilename] to the filename in the For Each loop? If so, when you append the current date to the filename, the expression...
December 10, 2009 at 8:06 pm
Good point, and I've found through my experience that it is indeed easier to meet people with whom I've already established an online rapport. More importantly, it makes it...
November 26, 2009 at 7:11 pm
Excellent, glad it's working now. Let me know if I can help with anything else.
November 16, 2009 at 9:11 pm
No, I pulled up the package and it looks like you've got it configured correctly. Is it possible that there are multiple worksheets in your Excel document? SSIS...
November 16, 2009 at 10:56 am
Are you using any external configurations, or are there any other expressions in your package? If not, it sounds like everything may be configured properly.
If you want to attach...
November 13, 2009 at 11:49 am
Single-click the Excel connection you're using, and press F4 to bring up the properties window, if it's not already open. Click the ellipsis button beside the Expressions item, and...
November 13, 2009 at 8:51 am
I'm not a language purist, but I prefer C#. I've used both C# and VB.NET, but having taken a lot of C and Java in college, along with my...
November 13, 2009 at 7:11 am
Just curious what kind of process would require loading a single random file from a given directory?
Also to be considered is if you can process the same file twice? ...
November 11, 2009 at 9:53 pm
If you have more than just a few exclusion conditions, you might use a lookup transform instead of a conditional split. For your lookup query, use something similar to...
November 11, 2009 at 9:47 pm
November 11, 2009 at 9:40 pm
Viewing 15 posts - 166 through 180 (of 681 total)