开发者

SQL Server 2005 user prioritization

开发者 https://www.devze.com 2022-12-12 13:23 出处:网络
I currently have a SQL Server 2005 database that is accessed by multiple users.Is it possible to have SQL开发者_Python百科 give processing priority to specific users based on their login names?ie, if

I currently have a SQL Server 2005 database that is accessed by multiple users. Is it possible to have SQL开发者_Python百科 give processing priority to specific users based on their login names? ie, if Alice and Bob are both running queries simultaneously, I want to ensure that Bob is given priority over Alice.


SQL Server 2008 has a new feature called Resource Governor that will do what you are asking for.

http://msdn.microsoft.com/en-us/library/bb933866.aspx

You are using SQL 2005 which does not have this ability.

0

精彩评论

暂无评论...
验证码 换一张
取 消