Forum Replies Created

Viewing 15 posts - 136 through 150 (of 215 total)

  • RE: Idera Alerts

    duh I missed that one, that's the name of the column..................

  • RE: Index Maint Issue

    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...

  • RE: Index Maint Issue

    actually rebuilt less than 1000 indexes out of 30K. Going to look at fill factor on the 1000k that were rebuil

  • RE: substring xml data

    thanks I was missing a paren in my soltution, probably could have looked at it for hours, my duh

  • RE: substring xml data

    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)...

  • RE: index file groups and files

    thanks that is what I had figured

  • RE: index file groups and files

    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,...

  • RE: Struggling in poor performance

    what are they using to produce this sql? Can you the run same sql from query analyzer and see same slowness?

  • RE: How to find the needle in the haystack

    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

  • RE: How to find the needle in the haystack

    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...

  • RE: How to find the needle in the haystack

    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...

  • RE: How to find the needle in the haystack

    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.

  • RE: How to find the needle in the haystack

    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...

  • RE: How to find the needle in the haystack

    Found one more clue, the locks/sec almost tripled right at 8:30, thank goodness for Idera's snapshot with alerts

  • RE: How to find the needle in the haystack

    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...

Viewing 15 posts - 136 through 150 (of 215 total)