Browse by Tags

All Tags » performance object_name sys.dm_exec_query_stats (RSS)
Sorry, but there are no more tags available to filter with.

OBJECT_Name parameters and dbid

If you've been using SQL Server for a long time, you may have been used to using the OBJECT_NAME system function in the past - especially useful when converting table IDs into table names when querying sysobjects and sysindexes..... However, if you're...