When you can't get system table information any other way
In my past several articles, I've looked at the Microsoft-supplied toolssystem stored procedures, system functions, INFORMATION_SCHEMA views, and property functionsfor getting information from SQL Server system tables. You can access most of the information in the system tables by using one or more of these tools. But you still can't get all the information from the system tables that you might need, ...