Viewing 15 posts - 1 through 15 (of 41 total)
We have 96 physical cores and 192 logical processors.
June 12, 2019 at 3:14 pm
Yes, we are seeing sporadic pfs/sgam wait types. We currently have 40 TempDB data files. We are thinking about going up to 48.
June 12, 2019 at 2:32 pm
Yeah, we tried an INSERT trigger on that DMV but apparently you can't put a trigger on a DMV. 🙁
May 9, 2019 at 8:57 pm
So for a multi-instance cluster(s) like this I run the SP3 once and it will update all of the instances, or do I run SP3 three times, once per instance?
September 14, 2017 at 9:22 am
Memory = 2TB
Fill Factor = 75 because our system (OLTP) is so active (3500 transactions at any given time) that indices get highly fragmented (like over 90%) daily.
June 8, 2016 at 3:13 pm
No, we're still updating the stat several times per day.
June 8, 2016 at 10:51 am
Unfortunately we are seeing the exact opposite. We accidentally altered our index maintenance job so since late March we've only been defragging about 20% of our indices. Since...
June 8, 2016 at 10:07 am
Thanks guys! That's exactly what I was looking for.
May 3, 2016 at 12:27 pm
We've discovered a bug with AGs. The first time it occurred after a fail over the SQL Agent jobs on the secondary kept executing even though they were disabled. A...
July 30, 2015 at 6:54 am
Yes, that will take care of the service, but how do I run that automatically on failover?
May 29, 2015 at 2:51 pm
Where would I find this?
October 30, 2013 at 8:49 am
It is set to "Quit the job reporting failure".
October 30, 2013 at 7:32 am
No, I'd like not just the first 50 characters but all of the characters in the field. I'd like the first 50 characters, then a carriage return, the next...
March 13, 2013 at 3:04 pm
Nope, didn't help unfortunately. Here's the query, if that helps.
selectcast(A.name as varchar(30)) as User_Name,
cast(A.type_desc as char(15)) as Account_Type,
A.create_date as Date_Created,
case is_rolemember('appconfiguration',A.name) when 1 then 'appconfiguration |...
March 13, 2013 at 1:08 pm
Viewing 15 posts - 1 through 15 (of 41 total)