Question : I would like to view the account usage history. I know it can be viewed via my.cnf through […]
Tag: logins
SQL Server – Windows Group Authentication
Question : I am trying to understand how to create Windows Group based access to a SQL Server (2012) database […]
Application unable to connect after doing a failover ,Mirroring
Question : After doing a failover to mirror database, the application is throwing below error Login failed for user ‘NT […]
How can I map a login to a database using T-SQL (not SSMS)
Question : I’m writing a program that requires me to assign all permissions and everything in code. I have gotten […]
How to find unused logins in SQL Server?
Question : I have a couple of databases on my server, each with its own users. Now I need to […]
Handling user logins while using a multiple schema design to support multi-tenancy
Question : I’m creating a web application (in PHP and PostreSQL) that will be used by organisations and their staff […]
SQL Server – How does contained database user password expiration work?
Question : I’ve recently started working with contained databases and I do not understand if/how contained database users have passwords […]
Should I delete disabled windows Active Directory accounts from SQL 2008?
Question : Is there a risk of not deleting unused Windows logins that have been disabled in AD or is […]
Proper way to create logins on Always on
Question : What is the proper way to create logins on Always on? An application database requires an active directory […]
Oracle – Can’t login with “/ as sysdba”, but can with “sys as sysdba”
Question : I’ve been working on setting up a docker container running Oracle DB XE 18.4.0. I have the container […]