Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

DeadLock Advise required

$
0
0

ho can i start looking why this SP is causing deadlock

SET ANSI_NULLS OFF
GO
SET QUOTED_IDENTIFIER OFF
GO
ALTER  PROCEDURE [dbo].[NIC_IDENTIFIERS_GetSpecificCardType] 
@lid as int

AS

SET TRANSACTION ISOLATION LEVEL READ COMMITTED

 select * from UserIdentifierCardType where lid=@lid


k


Viewing all articles
Browse latest Browse all 8428

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>