Viewing 15 posts - 376 through 390 (of 681 total)
Most likely a permissions issue with the account used to start your SQL Agent service. When you write out your XLS files, are they dumped to the same directory?
February 27, 2009 at 12:12 pm
It sounds like you have the rowcount configured properly. Are there any other transforms or tasks that interact with this variable? Perhaps it's being modified elsewhere?
Do you see...
February 27, 2009 at 10:24 am
What you'll need to do is to skip the conditional split altogether; you'll use the Script component to separate the record types.
First, create your Script Component as a "Source". ...
February 26, 2009 at 10:51 pm
Krish,
I'm finishing up an article for publication on this site to demonstrate an easy way to handle this. I'll send you a preview copy later tonight or tomorrow which...
February 26, 2009 at 10:45 am
The conditional split alone won't get you there. The number and types of columns are different within the file.
February 26, 2009 at 5:50 am
If you've got a source file with dissimilar structure from one line of data to the next, you're most likely going to have to use a Script Component to address...
February 25, 2009 at 10:11 pm
Amar,
First, you've got a lot of questions in a single post. For best results in the forums, you should try to separate your queries so that a single post...
February 25, 2009 at 2:21 pm
Too early for midterms... must be an early semester quiz.
February 16, 2009 at 10:52 am
Dan, I didn't realize that case sensitivity only applies in full cache mode. That may be the source of the problem described by the OP.
Thanks for pointing out that...
February 13, 2009 at 5:53 am
Steve,
Part of the problem is that you have got your error precedence constraints set to Logical And, which means that both the data flow and the e-mail task must fail...
February 12, 2009 at 5:16 pm
Janie,
You can add your users to the sysadmin role (or another role, if desired) in SQL Server security even if they do not have administrative rights on the machine. ...
February 12, 2009 at 1:35 pm
Kurt,
Generally, the only way you would get different results in your lookups is due to changing data, either in the reference tables or in the data in the pipeline. ...
February 12, 2009 at 1:25 pm
If you want to delete data from the table before loading it, you will have to do that explicitly with an Execute SQL task in the Control Flow of your...
February 12, 2009 at 12:54 pm
Steve, can you give some more information about your package. How are you determining success or failure - are you checking a row count?
February 11, 2009 at 10:27 pm
If I read your post correctly, you're entering SQL code directly into the Value definition of your variable, which you can't do in SSIS. You can, however, modify your...
February 11, 2009 at 10:20 pm
Viewing 15 posts - 376 through 390 (of 681 total)