Viewing 15 posts - 16 through 30 (of 49 total)
Were you able to work around this issue?
May 10, 2010 at 12:42 pm
I have the same issue. Could you provide the solution?
May 10, 2010 at 10:18 am
gilamonster,
it's not your business how people like to answer the questions in the interview. Stop whining ok, you are annoying.
November 2, 2009 at 1:40 pm
Where is the status field? Is it in a SQL Server table?
it's in a table called log where I keep track of the time and downloadStatus
what needs to happen before...
January 8, 2009 at 11:52 am
seems like the package hasnt completed. Once completed it turned green.
January 6, 2009 at 7:11 pm
Can you rollback a transaction on SSIS? Explain step by step how?
December 24, 2008 at 10:58 am
Hi Andy,
It's pretty fast. But it only loads 3 records. Wonder how the performance will be for source tables with 500+ million records. Currently I'm designing an incremental load for...
December 24, 2008 at 1:52 am
Linux and Oracle doesn't support SSIS transactionOption.
December 20, 2008 at 1:05 am
It works with table cus. Having the same data type DATE
December 18, 2008 at 11:16 am
THANK YOU pduplessis. I REALLY APPRECIATED. I spent the whole day on this package. Thanks again!:w00t::w00t::w00t:
December 12, 2008 at 6:28 pm
How did you fix it?
December 12, 2008 at 6:07 pm
Thank Frank.
I got the Expression working. Now I need "select max(LastSuccessfullExtractionDate) from tableLogs" capture this in a variable and use it in my Expression.
My expression looks like:
select * FROM...
December 12, 2008 at 12:09 pm
Don't use *. Use the column names instead.
December 9, 2008 at 12:56 am
Viewing 15 posts - 16 through 30 (of 49 total)