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

RFC_ERROR_SYSTEM_FAILURE with SAP ECC 6 Unicode

C# System.Data.Common DbCommand and getting Datasets from Oracle