Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

Extracting Deadlock information using SYSTEM_#Health Extended Events

$
0
0
It keeps historical system health information of the SQL Server instance. Today ... errorlog WHERE [Text] LIKE 'Logging%MSSQL\Log%'; DROP TABLE #errorlog; SET @path = SUBSTRING(@tag, 38, CHARINDEX('MSSQL\Log', @tag) - 29); SELECT CONVERT(xml, event ...

Viewing all articles
Browse latest Browse all 989

Trending Articles