Limited access to the DB for certain services.

  • Hello, I wonder is it possible to give some services limited access to the some of DBs on SQL Server. I mean, some service will have access to certain DB, but not to the others on the same server.

    Can you give me some advice? I'm checking MS documentation too.

  • create a windows login for the service to run under

    add this windows user as a database user and then only give it rights to the specific databases you want it to access.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply