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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -