Additional SQL Server features and topics not covered by specific categories
To whom it may concern,
This fixed this issue for me:
Use [database]
grant connect to [user]
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
hi all,
iv tried to give access to a specific db for a user, via gui ( instance -> security -> logins -> user -> right click properties -> user mapping )
where I'm checking map -> and gave access as a DB writer and clicked ok
the task executed successfully but when I check the user there is DB writer permission but the map is getting un-checked automatically
can anyone help me fix this
Additional SQL Server features and topics not covered by specific categories
To whom it may concern,
This fixed this issue for me:
Use [database]
grant connect to [user]
the task executed successfully but when I check the user there is DB writer permission but the map is getting un-checked automatically
Did you restart SSMS and try again? What‘s your version?
Does your user actually have permission to write?
Best regards,
Seeya
If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.