Skip to content

Commit

Permalink
Merge pull request #2260 from BrentOzarULTD/2218_sp_BlitzFirst_typo
Browse files Browse the repository at this point in the history
#2218 sp_BlitzFirst typo
  • Loading branch information
BrentOzar authored Jan 23, 2020
2 parents c470fc0 + b4d500d commit df0aa79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sp_BlitzFirst.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,6 @@ BEGIN
r.[database_id] AS DatabaseID,
DB_NAME(r.database_id) AS DatabaseName,
0 AS OpenTransactionCount,
0 AS OpenTransactionCount
r.query_hash
FROM sys.dm_os_waiting_tasks tBlocked
INNER JOIN sys.dm_exec_sessions s ON tBlocked.blocking_session_id = s.session_id
Expand Down

0 comments on commit df0aa79

Please sign in to comment.