Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesIs there some kind of way to limit the resources (CPU, number of sessions) per user in MS SQL 2000 database. Some kind of resorce manager thing...
Post Follow-up to this messageDalibor Grudeniæ (inet) (dgrudeni@inet.hr) writes: > Is there some kind of way to limit the resources (CPU, number of sessions) > per user in MS SQL 2000 database. > Some kind of resorce manager thing... Not really. There are some knobs for the query governor, but there are no knobs to say that this user may only use that much CPU etc. However, you could implement some monitoring on your own by peeking at sysprocesses. I would not be surprised if there are third-party tools out there for this puprpose. -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pr...oads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodin...ions/books.mspx
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread