Viewing 15 posts - 316 through 330 (of 411 total)
Phil,
Parameter mapping is only used when you are passing a variable into a stored proc.
Hope my previous posting resolves this for you
~PD
June 2, 2008 at 10:37 am
For sure you can, but I have to ask why?
Why not use where fieldname = getdate().
Anyways, to use the value from a variable in a different part of your SSIS...
June 2, 2008 at 10:37 am
Any specific reason why it HAS to happen in a stored proc?
Why cant you pipe out the results from the stored proc with the use of SSIS in BIDS?
June 2, 2008 at 10:14 am
Hey Phil,
There is a forum where you can post your SSIS related questions.
In this case its actually really easy
a) Add a variable with a scope of package. Ensure that the...
June 2, 2008 at 10:07 am
No not at all...
If you click on SSIS, package configurations, have a look at what is available.
All that will happen is that whatever you are saving in a package...
June 2, 2008 at 9:24 am
http://www.sqlservercentral.com/Forums is most probably the best site that I have ever encountered which offers darn good advice.
Just shoot with your question, and you will have a relatively good answer in...
June 2, 2008 at 9:12 am
hey Nat,
Try using package configurations which you save to SQL server.
Then you dont need to save sensitive at all
Hope this helps
~PD
June 2, 2008 at 9:08 am
Hey David,
It is actually not that difficult.
a) Add a variable called varCurrentDateTime, with a variable type of datetime.
b) Add a SQL task pointing to any old OLEDB connection, with...
June 2, 2008 at 8:10 am
Oops!!!! Wrong thread. Please ignore
June 2, 2008 at 8:09 am
Hey David,
It is actually not that difficult.
a) Add a variable called varCurrentDateTime, with a variable type of datetime.
b) Add a SQL task pointing to any old OLEDB connection, with...
June 2, 2008 at 8:08 am
Oops, my bad. Forgot about the rowcount transformation.
Where I had to use the aggregator is when I had to decide if a run balances or not based on row count...
June 2, 2008 at 7:59 am
Hey,
How are you using the openquery? Are you selecting into?
Perhaps first create your table, and set the datetime field to allow nulls?
Good Luck!
~PD
June 2, 2008 at 7:51 am
hey rupalee,
a) Add a variable with a scope of package. For arguments sake, lets call the variable varRowCount.
b) On the dataflow section, add the source as being your OLEDB source....
June 2, 2008 at 7:47 am
Unfortunately this is beyond what I can help you with.
I would suggest you read up on your .NET provider documentation
June 2, 2008 at 7:07 am
What driver are you using in SSIS to query lotus notes db with?
June 2, 2008 at 6:27 am
Viewing 15 posts - 316 through 330 (of 411 total)