sql server - Priority of a query in MS SQL -
is there way tell ms sql query not important , can (and should) take time?
likewise there way tell ms sql should give higher priority query?
not in versions below sql 2008. in sql server 2008 there's resource governor. using can assign logins groups based on properties of login (login name, application name, etc). groups can assigned resource pools , limitations or restrictions i.t.o. resources can applied resource pools
Comments
Post a Comment