Home > Archive > Microsoft SQL Server forum > February 2006 > limit resources per user









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author limit resources per user
Dalibor Grudeniæ \(inet\)

2006-02-15, 9:24 am

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...


Erland Sommarskog

2006-02-15, 8:24 pm

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
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com