Hello:
Is there a SET QUERY_GOVERNOR_COST_LIMIT equivalent on the database level?
I can use SET QUERY_GOVERNOR_COST_LIMIT to control queries on the connection level or use sp_config to control it on the server level but is there anything I can do on the user database level?
Thanks in advance,
Billy