We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c2ecb commit c7d14b1Copy full SHA for c7d14b1
1 file changed
sp_BlitzLock.sql
@@ -1813,6 +1813,16 @@ BEGIN
1813
N'S',
1814
N'IS'
1815
)
1816
+ OR dow.owner_mode IN
1817
+ (
1818
+ N'S',
1819
+ N'IS'
1820
+ )
1821
+ OR dow.waiter_mode IN
1822
1823
1824
1825
1826
AND (dow.database_id = @DatabaseId OR @DatabaseName IS NULL)
1827
AND (dow.event_date >= @StartDate OR @StartDate IS NULL)
1828
AND (dow.event_date < @EndDate OR @EndDate IS NULL)
0 commit comments