Limit SQL Server memory per user

1

I would like to know if you can limit memory usage and limit SQL Server query time by users:

  • Block query execution time per user.
  • Block the memory used in the per-user query.

The reason:

Some users perform queries that take a long time for poorly written code and use of scripts without knowledge or domains.

    
asked by anonymous 05.03.2018 / 15:45

0 answers