Forum Replies Created

Viewing 15 posts - 46 through 60 (of 80 total)

  • RE: mysterious table growth

    jared-709193 (9/26/2011)


    With tens of millions of rows... What is the data type for the column of your clustered index? Is it identity insert?

    Thanks,

    Jared

    Jared, we're well beyond 10s of millions, as...

  • RE: mysterious table growth

    Ive gotten some REALLY good help from them in the past. On occasion though, it takes a few rounds of engineers to get the help I need... Ive been...

  • RE: mysterious table growth

    and I opened a case with M$ support to see if they can make heads or tails of it.

    reaction after the first 90 minute call was "HMmmmmmmmmmmmmmm" :w00t:

  • RE: mysterious table growth

    we autogrow by 10%, BUT monitor file free space and manually grow files in advance of an autogrow occuring.

    We have a primary file group with one primary data file...

  • RE: mysterious table growth

    The plot thickens,.

    another table on the same server, different database exhibiting the EXACT same conditions.

  • RE: mysterious table growth

    another (probably useless) tidbit...

    sys.sysdatabases and sys.databases are not the same! I just spent 5 minutes trying to figure out why I couldnt validate snapshot isolation levels in sys.sysdatabases... one...

  • RE: mysterious table growth

    Ninja's_RGR'us (9/22/2011)


    LAW1143 (9/22/2011)


    great thought, and I should have included that in the 'what I know' portion of my first post...

    none of the indexes on this table have been rebuilt or...

  • RE: mysterious table growth

    okbangas (9/22/2011)


    Do you have a clustered index? If so, is it unique? Otherwise, updates can cause page splits. Aborter possibility, have you recently started to use row versioning (snapshot isolation)?

    there...

  • RE: mysterious table growth

    great thought, and I should have included that in the 'what I know' portion of my first post...

    none of the indexes on this table have been rebuilt or reorganized lately,...

  • RE: mysterious table growth

    thanks for the reply, but this was a thought I had as well and already ruled out. what was null then is null now.

    its tied to a specific...

  • RE: Tempdb size difference with sp_database/sp_helpdb

    the quickest dirtiest way is to look at the size of your data file(s). SSMS doesnt reflect increases in tempdb size. its available in the DMVs, but just...

  • RE: trn log requirements for a clustered index rebuild

    There are 6 or 7 of them, all in the 25 to 40gb range.

    Rebuilding the clustered index will hit all non clustered indices, but I'm not sure if it needs...

  • RE: trn log requirements for a clustered index rebuild

    theres alot of lines of code there! 😮 more than I'll have a chance to digest for a while!

    we've got a table thats been largely purged, and to recover...

  • RE: trn log requirements for a clustered index rebuild

    Perry Whittle (7/15/2011)


    what recovery model is your database using?

    by default, full.

    if I absolutely MUST switch to simple, its not the end of the world. but I'd like to avoid...

  • RE: after restoring/attaching large dbs, need to run dbcc freeproccache

    In the two scenarios I recall most closely of this, neither case could hvae been parameter sniffing.

    in the first, the proc does not have any parms. its used for the...

Viewing 15 posts - 46 through 60 (of 80 total)