Hi Community,
I have an sql 2014 enterprise environment that runs multiple database that are owned by different departments and applications running under the same instance. We had recently a number of issues where a small number of databases consume all of the available resources on the server which as a result, negatively effect all the other databases.
I have done some reading on Resource Governor and it seems that although it is not possible to limit resource per database, it is possible to limit by user. The idea is to have each user limited to let say 20% or the available resource. My main concern is the actual implementation as there are quite a large number of users which will make the setting up and the maintenance of the feature a nightmare.
Is it possible to set up a single and global rule to limit the resource allocation?
or are there any scripts available to set up the Resource Pools by importing data from a csv. The idea would be to export the AD users from active directory to csv and then use it to create a Resource Pool for each user.
thanks in advance