Sort by

recency

|

25 Discussions

|

  • + 0 comments

    My allpuns.lol website About funny puns, but the issues i have written about 100 pages but near 40 have been indexed.

  • + 0 comments

    great

  • + 0 comments

    le has a clustered index, or the index is on an indexed view page, the row locator is the clustered index key for the row

  • + 0 comments

    If the table has a clustered index, or the index is on an indexed view page, the row locator is the clustered index key for the row

  • + 0 comments

    The question mentions non-clustered indexes and all the options are of clustered index. Is that a typo in the question? For non-clustered index the leaf nodes contain a pointer to the actual table data. Fo clustered index the leaf nodes contain the actual table data.