Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I need to simulate deadlock but I need it to be done without using Transactions.
Since we are counting the number of transaction in parent and child stored procedures by using
SQL
@@trancount


So we need to create deadlock without using Begin Transaction.
Is it possible?
Posted
Comments
Herman<T>.Instance 25-Mar-15 8:56am    
maybe you have a pagelock caused by a simultaneous update/insert action

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900