Handling Deadlocks in SQL ServerSubhashkumar Yadav9yAsked Dec 16, 2016, 5:27 AM1.2kHow to Handling Deadlocks in SQL Server
Subhashkumar Yadav9y agoPosted Dec 20, 2016, 11:45 PMThanks. I need explanation in detail with example.0
Daniel Jones9y agoPosted Dec 20, 2016, 11:26 PMThe simplest way to reduce deadlocks in SQL Server is proper indexing.And make sure, that your index has its allow_page_lock and allow_row_lock options ONhttp://www.sqlservercentral.com/blogs/zoras-sql-tips/2016/07/04/know-how-to-handle-deadlock-in-sql-server/0
Prashant Kumar9y agoPosted Dec 16, 2016, 6:09 AMThere is many articles on google about Handling Deadlocks in SQL server. Please refer below URLs: https://technet.microsoft.com/en-us/library/ms177453(v=sql.105).aspx https://www.simple-talk.com/sql/database-administration/handling-deadlocks-in-sql-server/ Thanks,0
Subhashkumar YadavPosted Dec 20, 2016, 11:45 PM
Daniel JonesPosted Dec 20, 2016, 11:26 PM
Prashant KumarPosted Dec 16, 2016, 6:09 AM