Permission User SQl Server

0

I need to create a user within the Sql Server login with access to the databases, however I do not want to release any other resources (such as Security, server role, Sql Agent, backup and etc). This user is for system development, is there any standard user for this purpose ??

    
asked by anonymous 28.12.2017 / 12:49

1 answer

0

You create the user and in the Server Roles you arrow the permissions. You can also map the user directly to a DB in the User Mapping menu.

DetailsaboutServerRoles:

link

    
28.12.2017 / 12:52