crystalreporting
Instructor
We have a stored procedure that, when run, takes the CPU usage up to 100%, and holds it at 100% until it is cancelled or completes. This affects other services (network etc.) on the SQL server. Other stored procedures DO NOT have thsi effect so I suspect the stored procedure is not written as well as it could be. In any event, there should (must?) be some way to prevent SQL from 'stealing' every resource on the server? Any ideas?
Peter Shirley
Peter Shirley