Question : I’m working in a SQL Server 2016 database that is not of my design nor can I fundamentally […]
Category: Security
SQL Server 2012 Error 9512 when modifying user login
Question : We are attempting to grant access to a database to one of our employees. We open up his […]
Oracle Database Security – Audit Trail for specific user and specific module application
Question : I want to enable audit trail for specific user, but only for sessions when this user connect to […]
How secure is a linked server in SQL Server
Question : I am in a situation in which I should doubt everyone (even my developer team and database admin) […]
Security Risks with having Test Stored Procedures that have SQL Injection Vulnerability
Question : I noticed that some of the stored procedures used in our integration tests for data generation have SQL […]
Is the Advanced Security Pack required for windows authenticaion?
Question : Can anyone tell me if the Oracle Advanced Security Pack is required for single sign in under Windows? […]
How do I copy SQL Server Data Discovery and Classification rules and suppressed recommendations to another database?
Question : We have hundreds of SQL Server databases, all of which share a common schema. We are implementing Data […]
Access Control not logging successful logins on MongoDB 3.4 Community
Question : After adjust the verbosity of the parameter “accessControl” with the command: db.setLogLevel(5,”accessControl”) The log file still not login […]
Data Factory keeps getting “untrusted connection” error when logging into on prem SQL Server via IR on VM
Question : We have: A local SQL Server database A VM with the Integration Runtime installed on it A Data […]
How to implement UNIX like ACL for table rows
Question : EDIT: I can’t create or use native MySQL users. I have to use users stored in table with […]