I don't know why is it so. We are using a stored procedure that implements a complex business logic. it uses selects, inserts, updates and calls other SPs. When 2 or more users run this SP deadlock occurs but if Profiler is running deadlock does not occur. Whats the problem? why deadlock is not occuring when using Profiler? We r using SQL Server 7 SP3. Database size is 3G.
Thanks in advance.