Is there a way to implement resource (disk, memory, elapsed cpu time) quotas on a per account basis in SQL Server 7 or SQL 2000?
For example, can I protect my production environment from a poorly written query by configuring SQL Server to terminate any query that runs for more than 10 minutes?
Thanks in advance.
- pd
For example, can I protect my production environment from a poorly written query by configuring SQL Server to terminate any query that runs for more than 10 minutes?
Thanks in advance.
- pd