Viewing 15 posts - 12,991 through 13,005 (of 13,838 total)
Where is the status field? Is it in a SQL Server table?
I understand your logic about importing:
1) Needs to be extracted from Oracle
2) Has been extracted from Oracle and is...
January 7, 2009 at 7:57 pm
00 is NULL - whether that helps you at all is another matter 🙂
Phil
January 7, 2009 at 9:56 am
maria.protopapadaki (1/7/2009)
Interesting, Task2 does not run when @Variable=="" is the expression (and the output param is indeed an empty string, so one would expect the task to run)
I guess this...
January 7, 2009 at 6:16 am
If you change the constraint to
@[User::MyVariable]==""
does it still run? That is, is the constraint being completely ignored?
January 7, 2009 at 5:55 am
I am not suggesting a scheduling problem. I am suggesting the possibility of a user-privileges problem. Maybe your script does something that you (or the user that you were logged...
January 7, 2009 at 4:34 am
Can you log in to your system interactively as the same user that runs the scheduled job (ie the SQL Server Agent user) and then try running the job again...
January 7, 2009 at 3:51 am
hepsi_P (1/6/2009)
Thanks mukti for your reply.... add two rows and make it as one row ...
How can anyone help you when you ask a question like this? Please provide more...
January 7, 2009 at 3:41 am
Piotr Rodak (1/6/2009)
January 6, 2009 at 6:11 pm
Sounds weird. So the source data is just a query on a SQL Server database?
Are you using a hex editor because the output files look the same in Notepad? I...
January 6, 2009 at 6:07 pm
Noffer (1/6/2009)
Long story, but the question is straight forward. Why is SSIS trying to read the user variable value into the ole connection manager's connection string before the...
January 6, 2009 at 5:57 pm
CSV files take no account of column width. This cannot be done. Are you talking about a fixed-width file?
Have you posted in the wrong forum, by any chance?
January 6, 2009 at 7:01 am
The sort transform is a mechanism whereby data in a pipeline can be sorted prior to sending it on to the next task.
There is an option 'Remove Rows with Duplicate...
January 6, 2009 at 5:34 am
So your field delimiter is a semicolon - sorry if this is obvious, but did you define this as your field delimiter in SSIS?
Can you post a couple of lines...
January 5, 2009 at 7:55 pm
I have a piece of VBScript that will do the folder flattening for you ... but I guess that's not allowed, being dynamic.
Can't find any Windows command to do it...
January 5, 2009 at 8:05 am
Ninja's_RGR'us (1/5/2009)
Well step 1 in any etl is EXTRACT.So I'd put all that data into temp table then I'd start the transform tasks. Then my query would easily work.
Right...
January 5, 2009 at 7:54 am
Viewing 15 posts - 12,991 through 13,005 (of 13,838 total)