DBCC PINTABLE (Transact-SQL)
SQL Server 2005
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. |
Important: