Viewing 15 posts - 376 through 390 (of 604 total)
yep checked for all those....doesn't seem to be waiting on anything..
and this prod server isn't heavily used...
I also tried
while (1=1)
select waitime,waittype,lastwaittype from sysprocesses where SPID=<the query SPID> where waittime...
October 22, 2010 at 10:33 am
Yeah sorry....the execution plans are identical on both stage and production...
but return times are 2 seconds on stage....3minutes in prod.
October 22, 2010 at 10:08 am
Didn't think about using plan guides....
I'll read up on it..
I have the plan from the stage server..can I force the prod server to use that plan?
Although the plans appear...
October 22, 2010 at 9:59 am
already used with recompile...no luck
can't drop cause it's in use..
I created a new proc (myproc_2) which was a copy of the existing query and then ran against that...still slow...
any other...
October 22, 2010 at 9:33 am
I re-complied but slowness still exists..
We are gonna try bouncing the server this weekend.
October 22, 2010 at 7:45 am
yeah it helps thank you..
October 21, 2010 at 3:23 pm
okay so I followed your advise ...ran the execution plan on both prod and stage boxes..
On my prod box (query 4) I have a clustered index scan..cost of 81 percent
I...
October 21, 2010 at 12:25 pm
it is not on backorder?
anyone actually have a real dev edition?
September 1, 2010 at 9:03 am
It was permissions!
Thanks guys!
Good karma to you all..
August 4, 2010 at 6:38 am
yeah everythings the same I can see all the old DB's in the catalog
just not the new DB I just created.
August 3, 2010 at 3:00 pm
I waited for the server to get out of recovery..which it did..
But when I expand on anything I get the "lockout time out period exceeded" error 1222
I tried changing the...
July 16, 2010 at 2:03 pm
how would i update this column?
update upb set upb = /100
July 12, 2010 at 2:55 pm
Viewing 15 posts - 376 through 390 (of 604 total)