per user in MS SQL 2000 database.
Some kind of resorce manager thing...Dalibor 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
No comments:
Post a Comment