Viewing 15 posts - 7,591 through 7,605 (of 18,926 total)
#1 I wouldn't delete the old backup untill the new one is done and verified.
#2 You can add a step to delete the old backups IE files older than 23...
October 24, 2010 at 6:09 am
Oksana March (10/23/2010)
And could someone please explain what you mean by "parameter...
October 23, 2010 at 2:52 pm
Derrick Smith (10/22/2010)
Out of curiosity...are you executing this on your machine locally connected to a remote server and pulling results over the WAN?
I second that. What happens if you...
October 22, 2010 at 4:45 pm
Grant Fritchey (10/22/2010)
Yep. In the properties. And yes, it needs to go in my book. That's one of the MANY things that are going to get added in the rewrite.
No...
October 22, 2010 at 11:22 am
winash (10/22/2010)
October 22, 2010 at 11:21 am
Ninja's_RGR'us (10/22/2010)
Actually I'd save both for further analysis and backup.Then I'd clear only the bad one and see if everything is fixed.
Except that you're on 2005 and I have no...
October 22, 2010 at 11:18 am
Actually I'd save both for further analysis and backup.
Then I'd clear only the bad one and see if everything is fixed.
October 22, 2010 at 11:14 am
Grant Fritchey (10/22/2010)
Looking at the plan... First thing, it's timing out on the optimization process, which is an issue. The only way to reduce that is to simplify the query,...
October 22, 2010 at 10:58 am
Also if you are using dynamic sql, different accounts mean different permissions hence possibly different "best" plans.
At the very least it can be considered 2 distinct requests if you forgot...
October 22, 2010 at 10:39 am
It still means different plan.
For sql server those are 4 distinct queries :
exec dbo.spProc
exec spProc
exec Dbo.spProc
exec dbo.SPPROC
Depending on what the parameters of the first call were, that's the plan...
October 22, 2010 at 10:38 am
GilaMonster (10/22/2010)
Please note: 2 year old thread.
So you're working for free since then? :w00t:
October 22, 2010 at 10:23 am
Ninja's_RGR'us (4/30/2008)
It was more a contract than a job... but I'm sure I can find more of those if I need to... but...
October 22, 2010 at 10:23 am
Do a simple test in your test proc on prod.
Add with no lock or readuncommitted.
That will tell you if you are experiencing locking.
You way also be waiting on disks, cpu...
October 22, 2010 at 10:17 am
krypto69 (10/21/2010)
On my prod box (query 4) I have a clustered index scan..cost of 81...
October 22, 2010 at 10:04 am
Have you tried running it with different parameters to try to get the "fast" plan back?
Once you get it back you can always use plan guides or always force that...
October 22, 2010 at 9:40 am
Viewing 15 posts - 7,591 through 7,605 (of 18,926 total)