Viewing 15 posts - 136 through 150 (of 215 total)
duh I missed that one, that's the name of the column..................
April 23, 2015 at 12:29 pm
Oh forgot to leave out that small factor, almost no clustered indexes (yes I know bad) but that is the one change if I make lose my warranty, trust me...
April 20, 2015 at 12:24 pm
actually rebuilt less than 1000 indexes out of 30K. Going to look at fill factor on the 1000k that were rebuil
April 20, 2015 at 7:43 am
thanks I was missing a paren in my soltution, probably could have looked at it for hours, my duh
April 17, 2015 at 9:18 am
sorry it was confusing
I can take a row by row like below
declare @inqid varchar(1000)
set @inqid = '<ExtendedInfo>
<PageCount>1631</PageCount>
<Fragmentation>10.2391</Fragmentation>
</ExtendedInfo>'
declare @EntryID varchar(100)
Declare @Start int, @End int, @Length int
select @Start = (CharIndex('<fragmentation>', @inqid)...
April 17, 2015 at 7:46 am
if I have a filegroup called Index_1 with 8 files
index_1
Index_2
index_3
etc........
which are all part of this filegroup, when the index is created are the indexes spread across all the individual files,...
April 17, 2015 at 6:48 am
what are they using to produce this sql? Can you the run same sql from query analyzer and see same slowness?
April 16, 2015 at 12:11 pm
As I beat this horse to death, I also found in the snapshot that sos_scheduler went from 4000 to 150,000 at the same time the other metrics all took off
April 10, 2015 at 6:57 am
I leaning towards more a bad plan, the sp now runs faster than it ever did before. I have always wondered whether you add/modify or delete and index that...
April 9, 2015 at 2:13 pm
I have baselines, just stunned to see this happen, I have been a dba for 20 years and 99% of the time this happens either blocking or someone decided to...
April 9, 2015 at 12:51 pm
time to get my eyes checked the lock reuests went to 50 Million not 500 K Not even sure how you can get to that number.
April 9, 2015 at 12:46 pm
no blocking that was the first thing I looked for. I had dropped an unused index the night before on a table that the stored proc that ran wild...
April 9, 2015 at 12:38 pm
Found one more clue, the locks/sec almost tripled right at 8:30, thank goodness for Idera's snapshot with alerts
April 9, 2015 at 12:29 pm
May have found the needle, started going through the snapshots Idera DM saves, as I scrolled through I noticed there is one stored procedure with about 12 occurances that was...
April 9, 2015 at 8:05 am
Viewing 15 posts - 136 through 150 (of 215 total)