Viewing 15 posts - 61 through 75 (of 207 total)
ah ha ! Thanks very much Gail - I am now able to at least draw a graphical plan on paper of what was happening - got it thanks a...
December 10, 2014 at 4:13 pm
Thanks Gail. If i break it down can you advise if mu summary is correct ? I need to know if I reading the sections that refer to each other...
December 10, 2014 at 9:34 am
Thanks for the reply
I have fixed the issue. Unknown to me our hosting company, in service packing the server, had ended up doing a complete reinstall and so they had...
December 3, 2014 at 1:27 am
thanks a lot Gail - I will make the changes - hopefully it will help
🙂
November 28, 2014 at 7:11 am
yes I am seeing the following during our 'slowdown' period :
(20ms)PAGELATCH_UP:tempdb:1(PFS) when I run sp_whoisactive
Also when I query the servers top waits, PAGELATCH_UP accounts for the top wait at 22%...
November 28, 2014 at 6:37 am
So I should be ok adding 3 more tempdb files of equal size to reduce the tempdb contention issue ?
November 28, 2014 at 6:13 am
@Gail - Ive added the execution plan just now.
the table is defined as such :
USE [databaseX]
GO
/****** Object: Table [dbo].[WORKPATN] Script Date: 14/11/2014 15:37:40 ******/
SET ANSI_NULLS ON
GO
SET...
November 14, 2014 at 8:44 am
Not sure if i have done correctly - attempting to attach the execution plan !!:-)
A
November 14, 2014 at 8:29 am
So how would I know if its just 1 big transaction that grows the log during the process or a combination of things - in which case the checkpoint will...
November 10, 2014 at 3:44 am
thank you very much for your help -much appreciated
🙂
October 9, 2014 at 6:09 am
Thanks for the reply. What you describe is exactly what I thought. Would the following link help - It creates the logins from one server and you then run the...
October 9, 2014 at 4:57 am
Yeah I was going to change that 'grow by 10%' setting to something like 'by 250Mb' and size the log at a more reasonable size. I haven't set these...
September 26, 2014 at 3:19 am
check out ola hallengrens index maintenance solution. https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html
You can target only indexes that are a certain level of fragmentation - this is better than using the standard maintenance plans...
August 29, 2014 at 2:24 pm
I'm not aware of any way of querying that info from the meta data.
Why is the date important ? Are you running any kind of maintenance solution on your indexes...
August 29, 2014 at 1:25 pm
Sometimes I'll see these errors only once in day, other days it can be quite a lot more - maybe 5 - 10 times.
We are using a hosted environment and...
August 29, 2014 at 9:03 am
Viewing 15 posts - 61 through 75 (of 207 total)