Hi ExpertsI got a Sql server database 2005. Now I am in a plan to upgrade to 2014.In the 2005 database I have one monster generic table. Which is being used by entire application. The application sends data in big string. I have a function that parses string put that in to that table. And related SPs uses that data process it based on business rules and finally it clears the data from that generic table. But the transaction is created and controlled by application. I do experiencing dead-locks in this process and resolving it by handling it as and when it comes. Now the main doubt is without changing much code I would want to fix this by using sql server 2014 lock escalation option.My doubt is if I set Lock escalation to this monster table disabled. Whether it solves it or not.? I don't want this table continue experience dead lock issues again after upgrading to sql server 2014.Appreciate in advance
↧