sp_indexoption

  • If I execute sp_indexoption 'Mytable.Myindex', 'disallowpagelocks', TRUE

    how long will this remain true?  For the duration of the session, until the table is deleted?, until the index is re-built?

  • This was removed by the editor as SPAM

  • check out the Microsoft Knowledge Base, if you search on sp_indexoption, you'll get three references to this command... your detailed answer is there

    short answer: the change is at the index level, stays for the life of the index!


    Regards,

    Joe Burdette
    hanesbrands.com

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply