﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 Administration  / Does DBCC Page show included data? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 20:20:06 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Does DBCC Page show included data?</title><link>http://www.sqlservercentral.com/Forums/Topic1421359-1550-1.aspx</link><description>Not directly. You could navigate the index levels like SQL does when looking for data.</description><pubDate>Tue, 19 Feb 2013 01:43:41 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Does DBCC Page show included data?</title><link>http://www.sqlservercentral.com/Forums/Topic1421359-1550-1.aspx</link><description>Thanks for the reply.For some reason SP_HELPINDEX2 was showing me the index had included fields when in fact the index did not, hence the reason I could not see the data with DBCC Page.I re-tested on an index that definitely has included fields and as you say I can see the data no problem.I dropped and re-created the index and the issue went away so maybe I need to see if I have an older version of SP_HELPINDEX2!Out of interest, is it possible to see what data page (PageID) holds a particular bit of data?For example I am not sure if I can find out that the NC key OrderID 1234 resides on PageID 4567 so I can view it with DBCC Page?No issues just having a play.</description><pubDate>Mon, 18 Feb 2013 16:43:53 GMT</pubDate><dc:creator>UncleBoris</dc:creator></item><item><title>RE: Does DBCC Page show included data?</title><link>http://www.sqlservercentral.com/Forums/Topic1421359-1550-1.aspx</link><description>Include columns are stored in the pages at the leaf level of the nonclustered index. Hence if you are looking at a leaf level page of an index that has an include column, DBCC Page will show the included data.</description><pubDate>Mon, 18 Feb 2013 15:52:15 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>Does DBCC Page show included data?</title><link>http://www.sqlservercentral.com/Forums/Topic1421359-1550-1.aspx</link><description>For my own interest I have been looking at DBCC IND and DBCC Page.Regarding a non clustered index page I can see the NC key data and the PK key data but not the INCLUDED column data.No issues, I was just curious as to where this data is stored and if I should be seeing this data from the DBCC Page command.I am using this so far.DBCC IND ('test_db', 'test_table',10); -- 10 is the index id of the non clustered index with included columnsDBCC TRACEON(3604)DBCC PAGE('test_db',1,1022685,3)thanks</description><pubDate>Mon, 18 Feb 2013 15:43:41 GMT</pubDate><dc:creator>UncleBoris</dc:creator></item></channel></rss>