Viewing 15 posts - 61 through 75 (of 86 total)
Igor Micev (7/6/2015)
What about triggers?
You can always perform the deletion in batches, let's say...
July 6, 2015 at 8:28 am
Have you checked the Server/database Collation?
June 26, 2015 at 9:12 am
I'd start by adding the suggested index.
It's informing you of 79% impact.
June 26, 2015 at 9:06 am
Not sure it will work with reporting services,
However you could try using the hint OPTION FAST(n) n being the number of rows.
It will return the first n number of rows...
June 26, 2015 at 8:49 am
June 17, 2015 at 2:31 am
You can't say that it's all due to the cached temp tables
I didn't, I'm still investigating what's causing the problem.
Question
Why are the same tables getting cached multiple times?.
I would have...
May 7, 2015 at 6:42 am
Other users of your database instance (if any) may beg to differ!
I know it doesn't make sense. However...
May 7, 2015 at 6:19 am
It's not a case of 'which cached table to use', because they're all stripped of their columns (iirc) and data any one will do.
Now it's possible there are too many,...
May 6, 2015 at 8:06 am
I think it's session related,
If one temp table is created in a procedure, and the procedure is executed for example 1000 times,
The table is getting cached in the tempdb...
May 6, 2015 at 7:45 am
Hi,
The tables are getting explicitly dropped in the procedure.
May 6, 2015 at 7:36 am
"not whether someone thinks their crystal ball is better than yours"
I'm thinking its more of a case of this.
May 5, 2015 at 7:05 am
Agreed,
However it still needs re-writing as it has a massive overuse of temp tables.
7,000 of them cached in the tempdb.
It was causing a performance issue.
I freed the proc cache and...
May 5, 2015 at 1:28 am
Thanks Jacob,
That's exactly what I'm looking for.
Regards
April 30, 2015 at 8:57 am
Hi Lynn,
Thanks, sounds about right.
I clearly need to find some time to re-write this procedure.
Regards,
Simon
April 30, 2015 at 8:33 am
Ha a simple restore of the tracked DB worked.
Thanks Simon
February 4, 2014 at 1:09 am
Viewing 15 posts - 61 through 75 (of 86 total)