Skip to content

Tomas Lind

  • Home
  • About – Tomas Lind
  • Contact
  • Blog Series
    • Technical Analysis (TA)
  • T-SQL
    • T-SQL Scripts
    • Templates
  • Consulting Services
  • Software

Dynamic Management Objects

Dynamic Management Views and Objects

sys.dm_exec_cached_plans
Posted in
  • Dynamic Management Objects
  • Monitoring
  • Tips & Tricks

sys.dm_exec_cached_plans

The dynamic management view sys.dm_exec_cached_plans returns information on query plans currently in memory. This information can … sys.dm_exec_cached_plansRead more

by Tomas Lind•2015/07/142015/07/07•0
Capturing Blocked Queries
Posted in
  • Alerts
  • Blocking
  • Dynamic Management Objects
  • Monitoring

Capturing Blocked Queries

In a previous post, I presented a solution for monitoring and logging long running queries in … Capturing Blocked QueriesRead more

by Tomas Lind•2015/05/152017/01/09•0
Capturing Long Running Queries
Posted in
  • Dynamic Management Objects
  • Monitoring
  • Statistics

Capturing Long Running Queries

Long running queries in a database may or may not be a problem, depending on the … Capturing Long Running QueriesRead more

by Tomas Lind•2015/05/052017/01/09•0
Mass editing of SQL Server objects
Posted in
  • Dynamic Management Objects
  • T-SQL
  • Tips & Tricks

Mass editing of SQL Server objects

Ever had the need to replace a piece of code in multiple SQL Server objects (Stored … Mass editing of SQL Server objectsRead more

by Tomas Lind•2014/12/102015/05/05•2
Logging changes to sys.configurations
Posted in
  • Configuration
  • Dynamic Management Objects
  • System Stored Procedures

Logging changes to sys.configurations

Some server wide settings can have major negative impact if they are changed in your SQL … Logging changes to sys.configurationsRead more

by Tomas Lind•2014/03/042014/03/04•0
List SQL server roles by users
Posted in
  • Dynamic Management Objects
  • Permissions
  • Security

List SQL server roles by users

SQL Server roles can be used to give users server wide privileges. The server roles are … List SQL server roles by usersRead more

by Tomas Lind•2014/02/202014/02/18•4
A replacement for syslogins
Posted in
  • Dynamic Management Objects
  • Permissions
  • Security

A replacement for syslogins

The system table sys.syslogins was marked as deprecated in SQL Server 2005, and is included up … A replacement for sysloginsRead more

by Tomas Lind•2014/02/182015/10/26•0
An alternative to xp_fixeddrives
Posted in
  • Dynamic Management Objects
  • System Stored Procedures

An alternative to xp_fixeddrives

Want to know the disk space available on your database server from T-SQL? This can be … An alternative to xp_fixeddrivesRead more

by Tomas Lind•2014/01/282014/11/21•15
Posted in
  • Dynamic Management Objects
  • T-SQL

sp_describe_first_result_set

The system stored procedure sp_describe_first_result_set was introduced in SQL Server 2012 and it returns meta data … sp_describe_first_result_setRead more

by Tomas Lind•2013/11/282013/11/29•0

confided data manager

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Top Posts & Pages

  • CDC Capture job
  • How to align columns in Notepad++
  • Export data from Excel to SQL Server
  • Manual failover in a SQL Server cluster

Recent Posts

  • Get element max value from folder with XML files
  • Dynamic Data Masking (DDM) – Mask query results
  • The T-SQL Merge statement
  • From SQL Server to MSMQ using PowerShell
  • Identity columns that are about to overflow

Archives

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2025 Tomas Lind.
Powered by WordPress and HybridMag.
  • Home
  • About – Tomas Lind
  • Contact
  • Blog Series
    • Technical Analysis (TA)
  • T-SQL
    • T-SQL Scripts
    • Templates
  • Consulting Services
  • Software