Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

limitting user resources? 1

Status
Not open for further replies.

Spidy6123

Technical User
May 30, 2002
227
CA
Hey guys,
I'm having trouble searching for this particular topic.. basically I'm interested in limitting or adjusting resource consumption such as cpu or memory for particular users..

Does anyone know where this is done in sql 2005?

Cheers
 
The feature you are looking for is called the Resource Governor.

unfortunately, this is a feature of the upcomming SQL Server 2008 and is not available in 2005.

You are not able to differentiate different units of work in SQL 2005 thus you are unable to manage specific allocations of memory and CPU based on a process and/or user.

Thanks

J. Kusch
 
really..
Is there anything you can do governing a database other than your standard max disk space? Maybe I can isolate these users to a database..
 
even at the DB level you are not going to be able to manage how much CPU or Memory each DB can be allocated.

The only way would be to create another instance of SQL Server and allocate the resources between the instances.

A bit over kill imho.

Have a great weekend!

Thanks

J. Kusch
 
hrmmm.. so there's really nothing that I can do on the single instance?

Basically I have a group of users on one database that I don't want tying up resources for my team. Is there maybe a method of controlling priorities? Such as, perform my query before the other users?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top