Viewing 15 posts - 1 through 15 (of 38 total)
I'm using Sql Server configuration. I am also using a global variable called ServerName which tells the package what server to pick up the configurations from. Maybe this...
October 2, 2010 at 7:32 am
Can you please tell me how you set up the alias and if you don't set up configurations how does your package pick it up?
October 1, 2010 at 3:07 pm
my configuration includes the connection strings.
October 1, 2010 at 3:05 pm
This would make it easier but we do not have localhost available in Prod
October 1, 2010 at 3:03 pm
I use Don'tSaveSensitive. I did realize that in this new package that I'm getting ready to deploy, I had the wrong ProtectionLevel. I will change that and...
September 14, 2010 at 3:31 pm
Thank you. You answered my questions.
I didn't think so but you never know if someone has found a way around this.
Thanks again.
August 15, 2010 at 12:13 pm
My source is a Sql Server table. The only way I can think of deleting rows from my destination sql server table is to have an 'Execute Sql Task'...
July 8, 2010 at 10:34 am
The result set returned by the stored proc looks like this
Project PivotHeader PivotValue
1 ...
May 28, 2010 at 6:17 am
We are at the beginning stages of creating a data warehouse because we have reports that run slow (and often time out) due to the complex logic in the sp,...
April 3, 2010 at 7:31 am
Let's say the result set is 50K rows and has 50 columns. I want to split up the columns among different tables. I think I can use a...
April 3, 2010 at 7:18 am
Rick,
I'm trying to set up an SSIS package to do the following:
1) Run a stored procedure against an OLTP db (Sql Server). This sp will basically denormalize the data.
2)...
April 2, 2010 at 1:08 pm
Your suggestion were very helpful. Thank you!!
March 20, 2010 at 10:07 pm
For anyone needing help with this, I got it to work building the string like this:
Add the following string to the 'Jump to URL' function.
="void(window.open('http://localhost/reportserver?/foldername/reportname&rs:Command=Render&ParameterName1="& Parameters!EndPeriod.Value &"&ParameterName2="& Fields!ACCNT_CODE.Value &"&ParameterName3="& Fields!ANAL_T0.Value...
March 11, 2010 at 9:17 am
The function works perfectly but I can't use it because I have to work off of a temp table.
This data (the ledger info) will be used in a drill through...
March 11, 2010 at 7:05 am
Viewing 15 posts - 1 through 15 (of 38 total)