Viewing 15 posts - 1 through 15 (of 85 total)
Thanks, Phil.
I again looked at the value of the variables and I noticed that the value for vDateThreshold was set incorrectly due to some ordering of the tasks. I just...
April 18, 2019 at 11:23 am
<!--more-->I set a breakpoint at the postExec event of the exec sql task and the variable seemed to be set correctly.
I'll triple check that though.
April 18, 2019 at 6:35 am
That variable uses the string data type.
I know the variable is being set as expected by the EXEC SQL task but my other string variable called vSQLString uses an expression...
April 18, 2019 at 5:50 am
No the number is inconsistent but is always less.
November 28, 2018 at 2:34 pm
The proc works as expected when used outside ssis. When I call the proc in my package I'm capturing the row count and storing that in a table so I...
November 28, 2018 at 1:48 pm
The main problem I see is the back dated changes that I've seen which can go back a couple of years.
We'd need to know about those so we'd...
June 8, 2017 at 4:08 pm
Thank you for your response.
I'm not sure that would work for us but I'll take some time to digest it and possibly come back with some questions.
June 7, 2017 at 4:52 pm
Yeah I'm aware of those things as well. Tuning this system is going to be a long and painful process.
One thing I am surprised about is how bad the plan...
October 27, 2016 at 5:29 pm
Thanks for you reply.
I discovered someone had added an index on the risk__tag table which was causing the strange plan in production. I agree the code isn't great and I'm...
October 26, 2016 at 9:29 pm
I think I may have discovered the problem.
Someone seems to have created an additional index that looks to have been throwing the query out.
October 26, 2016 at 5:37 pm
Thanks for the suggestions.
I've already isolated a few of the UPDATE statements that are performing badly and made some changes which has had an impact. I think I'm going to...
April 21, 2016 at 4:12 pm
Hi Kevin,
I'm not new to being a DBA, just new to my current role and have been given this process to look at.
The INSERT statements are the biggest offenders as...
April 19, 2016 at 8:49 pm
I've seen a similar error with other types of connections where the wrong runtime is being used. Maybe you could check that?
Otherwise confirm you've correctly mapped the environment variables to...
February 11, 2016 at 2:27 pm
In terms of best practice I like to parameterize variables that I know tie my package or project to a particular environment. Things like connection strings, file paths and user...
February 11, 2016 at 2:08 am
What problem are you experiencing?
Are you saying you're getting a login failed error?
February 10, 2016 at 9:07 pm
Viewing 15 posts - 1 through 15 (of 85 total)