You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ca.dp.value('@loginname', 'NVARCHAR(256)') AS login_name,
210
210
ca.dp.value('@isolationlevel', 'NVARCHAR(256)') AS isolation_level,
211
-
ca2.ib.query('.') AS input_buffer,
211
+
CONVERT(NVARCHAR(MAX), ca2.ib.query('.')) AS input_buffer,
212
212
ca.dp.query('.') AS process_xml
213
213
INTO #deadlock_process
214
214
FROM #deadlock_data AS dd
@@ -534,6 +534,11 @@ SET @VersionDate = '20171201';
534
534
VALUES ( 0, N'sp_BlitzLock', N'SQL Server First Responder Kit', N'http://FirstResponderKit.org/', N'To get help or add your own contributions, join us at http://FirstResponderKit.org.', NULL );
0 commit comments