gregbowers
New member
- Local time
- Tomorrow, 00:04
- Joined
- Jan 23, 2024
- Messages
- 7
Hello
I'm seeking advice on implementing best practices for preventing unauthorized access to a SQL Server database within Access applications. Here's the scenario:
Background:
Thank you in advance for your assistance!
I'm seeking advice on implementing best practices for preventing unauthorized access to a SQL Server database within Access applications. Here's the scenario:
Background:
- We have an Access application that connects to a SQL Server database backend.
- Users authenticate through the Access application using their own credentials.
- We want to restrict access to the SQL Server database to only authorized users, preventing unauthorized access via other means.
- What are the recommended methods for ensuring that only authorized users can access the SQL Server database?
- Is it possible to implement user-level security within SQL Server to control access at a granular level?
- Are there any specific security features or settings in Access or SQL Server that we should be aware of and utilize?
- How can we monitor and audit access to the SQL Server database to detect any unauthorized attempts or activity?
- Are there any common pitfalls or mistakes to avoid when implementing security measures in Access applications with SQL Server backends?
Thank you in advance for your assistance!