0
Answer

Verify SQL Server Access

Luke

Luke

17y
2.4k
1

 I have a app connecting to sqlserver using the ntlogin.
I want to verify if the NT user has access to read/read-write to the database/catalog.
This is in a corporate environement, so the sqlserver access must be setup via an Active Directory GPOs.   I want to enable/disable functionality on the application based on the user's SQLServer rights.

Anybody know how to do this?

Luke