0

I would like to allow only administrators to access to SQL Server Management Studio using "Windows autentication". How can I avoid simple users to access with Windows autentication? Or in alternative avoid users to open SSMS?

2
  • 2
    Setup permissions accordingly but honestly it would be better to just setup the correct database permissions.
    – Seth
    Commented Feb 8, 2019 at 9:42
  • You can revoke read/execute filesystem rights for SSMS executable (or the whole folder) for Windows users who are not Administrators group members. No access - cannot start.
    – Akina
    Commented Feb 8, 2019 at 9:50

0

You must log in to answer this question.

Browse other questions tagged .