Is DBCC PAGE and DBCC IND commands deprecated in SQL 2014?


hi,

is dbcc page , dbcc ind commands deprecated in sql 2014? not able view after running trace flag 3604



aa

they should work, if execute above dbcc command in-memory optimized table in sql server 2014 database, output return nothing. expected in-memory optimized tables. since data stored in memory , not in physical disk disk optimized tables, don't have data page structures such in-memory optimized tables.

http://www.kodyaz.com/sql-server-tools/execute-dbcc-page-to-display-data-page-contents.aspx



SQL Server  >  SQL Server Documentation



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to send non-standard Content-Type header ?