Forum Replies Created

Viewing 15 posts - 5,101 through 5,115 (of 7,164 total)

  • RE: REBUILD for heaps

    GilaMonster (9/27/2011)


    opc.three (9/27/2011)


    mister.magoo (9/27/2011)


    opc.three (9/27/2011)


    Did you use an INT for your identity column? Try it with BIGINT. I have a theory that since a RID is 8 bytes that...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    mister.magoo (9/27/2011)


    opc.three (9/27/2011)


    Did you use an INT for your identity column? Try it with BIGINT. I have a theory that since a RID is 8 bytes that using a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    GilaMonster (9/27/2011)


    opc.three (9/27/2011)


    Disabled indexes are not maintained...unless BOL is wrong which is something Gail has compelled me to consider given all the times she has cited incorrect docs 😉 That...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    mister.magoo (9/27/2011)


    opc.three (9/26/2011)


    @mm Something occurred to me, you may still have heavy fragmentation from the continuous addition of new rows and the deleting of existing rows over time. Here is...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    Sorry Grant and Gail if I am being dense, but I am still not sure I got an answer for my original question. Maybe I am incorrect, but it seems...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    @mm Something occurred to me, you may still have heavy fragmentation from the continuous addition of new rows and the deleting of existing rows over time. Here is what I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Mirroring Question - switching to synchronous mode

    muldocta (9/20/2011)


    Am I right in thinking that there is a possibility that the mirror database could be inconsistent with the Principle?

    No. If you are wondering whether it suffers from the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    Edit: blah

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    mister.magoo (9/25/2011)


    Thanks for the info.

    My understanding is that you only get forwarding entries if an update changes the size of the row such that it won't fit in the existing...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    mister.magoo (9/25/2011)


    Hi,

    I also have to work with a third part OLTP that uses all heaps (It sounds just like yours - historically coming from C-ISAM), and was just wondering what...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    PS maybe "double work" is not the right term...how about "extra work" updating presumably fragmented non-clustered indexes

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    GilaMonster (9/25/2011)


    opc.three (9/23/2011)


    I am wondering if anyone knows if during a heap rebuild if the non-clustered indexes are updated with the new RIDs as the heap is being defragmented...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: REBUILD for heaps

    Grant Fritchey (9/25/2011)


    Yeah, it would have to be. That's my understanding of how it works.

    Thanks for the response Grant.

    Heaps are generally weak tables. They have a place in design, but...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Call ssis package from service broker queue

    "Best" will be relative. I suggest you do some reading into what Service Broker offers in terms of activation:

    http://msdn.microsoft.com/en-us/library/ms171617(v=SQL.90).aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to trigger emails based on insert SQL 2003 or 2005

    For the record Database Mail is built on Service Broker technology. In the past we needed to create the "insert into queue table + job to look for records" architecture...not...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 5,101 through 5,115 (of 7,164 total)