Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2005
DBCC (Transact-SQL)
 DBCC PINTABLE (Transact-SQL)
SQL Server 2005 Books Online (September 2007)
DBCC PINTABLE (Transact-SQL)

Marks a table to be pinned. This means the SQL Server Database Engine does not flush the pages for the table from memory.

Important:
This functionality was introduced for performance in SQL Server version 6.5. DBCC PINTABLE has highly unwanted side-effects. These include the potential to damage the buffer pool. DBCC PINTABLE is not required and has been removed to prevent additional problems. The syntax for this command still works but does not affect the server.

DBCC PINTABLE returns this result set (message):

DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker