dm_os_stacksThis is a view in the mssqlsystemresource database. Used internally by SQL Server track debug data, such as outstanding allocations, and to validate the logic in a component that assumes that a certain call was made.
CREATE VIEW sys.dm_os_stacks AS
SELECT *
FROM OpenRowSet(TABLE SYSSTACKS) |