Viewing 6 posts - 1 through 6 (of 6 total)
EXEC master.dbo.xp_readerrorlog 0, 1, N'deadlock victim=process', NULL, NULL, NULL, N'desc'
Both work in my environment you'd also have to change the Deadlock victim table fields to nvarchar as well not...
December 14, 2016 at 6:37 am
Carolyn Richardson (12/14/2016)
EXEC master.dbo.xp_readerrorlog 0, 1, 'deadlock victim=process', NULL, NULL, NULL, N'desc'
obviously I'm not sure which log it...
December 14, 2016 at 6:10 am
mickegohle (12/14/2016)
Very nice with a Deadlock script. However, when I execute the scheduled job I didn't get any results even though I have a deadlock in the errorlog. I etried...
December 14, 2016 at 5:20 am
Hiall,
Very nice with a Deadlock script. However, when I execute the scheduled job I didn't get any results even though I have a deadlock in the errorlog. I etried to...
December 14, 2016 at 4:55 am
Sorry Guys, you have to be faster 😉
I think I found the answer myself here: https://msdn.microsoft.com/en-us/library/ms179331.aspx
Sorry for disturbing...
October 26, 2016 at 7:35 am
When I have created the temporal table the table "Orders" it's history-table is called "OrdersHistory".
October 26, 2016 at 1:00 am
Viewing 6 posts - 1 through 6 (of 6 total)