Replies: 1 comment
-
@sam-wheat depending on your needs you can choose type of login SQL Server supports (Windows account or as a member of a Windows group, or the login can be a SQL Server login that exists only in SQL Server) see https://docs.microsoft.com/en-us/sql/t-sql/lesson-2-configuring-permissions-on-database-objects?view=sql-server-ver15 |
Beta Was this translation helpful? Give feedback.
-
Client wants me to write a WPF desktop app that will run on their internal LAN. I want users of my app to use sqlclient to access the database directly versus a web API.
The concern is that users will be able to use a CLI or SQL Management Studio to access the database outside of the app. Is there a way for me to control access to the database such that only users of my app can use it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions