Viewing 15 posts - 16 through 30 (of 172 total)
It's not that I don't think it can be stored there. It's more the power of storing them in the database. Seems like the new way, the admin would have to...
February 9, 2017 at 6:01 pm
Right, but I'm speaking more on values that need to be stored in the DB. I get the parameters part but I need to have parameters that get their values from the...
February 8, 2017 at 4:46 am
Because I need the keys to insert into the second table
July 23, 2016 at 2:35 pm
Hi Drew,
Thanks for your response. Unfortunately no. The other process is designed that way because there are other processes (much like this stored procedure) that will be working...
June 10, 2016 at 8:52 am
Thanks everyone for your responses. This helped.
Strick
December 29, 2014 at 2:09 pm
Wow really? Is your birthdate column in "2008-09-01" format? Also they are in DT_WSTR data type when they come in.
Thanks for your help,
Strick
January 19, 2011 at 10:18 am
Jack Corbett (1/19/2011)
Can you post the entire code block? The only error I can duplicate is the DirectCast error. Both CTYPE and Date.Parse are working in my tests.
Hi,...
January 19, 2011 at 10:00 am
Hello,
Another thing I just thought of: Where was the data prior to getting it in a recordset? Reason I ask is because you may also be able to...
January 18, 2011 at 9:16 am
Hello,
If I'm understanding your question correctly, this actually can be done. First a question,
Are you using a recordset destination and saving the data to a SSIS object variable? ...
January 18, 2011 at 9:06 am
Hello,
I believe Oracle can use OleDB. Also, I know Oracle has a .NET provider as well. I know it comes packaged with SSIS 2008 and I believe it...
January 18, 2011 at 8:33 am
I believe you are using AND qualifiers instead of OR. With AND all conditions must be true. Looks like you should be using an OR qualifier:
([Table1] == "Y"...
January 17, 2011 at 12:30 pm
Hi,
Not sure what "protection level" is. Can you elaborate on what that is?
Thanks,
Strick
December 29, 2010 at 3:05 pm
If the "good" data doesn't start until the 3rd column, then you actually don't need a script task to correct this. You can just use an excel source, your...
December 1, 2010 at 1:01 pm
Viewing 15 posts - 16 through 30 (of 172 total)