Create a Logon Trigger to Restrict sysadmin logins to connect to SQL Server for given Time Interval
I was struggling with unwanted modifications of SQL Server configurations by random SQL Server sysadmin logins who were part of…
I was struggling with unwanted modifications of SQL Server configurations by random SQL Server sysadmin logins who were part of…
Have you ever thought how to protect stored procedure codes deployed on your SQL Server Instance? When deploying applications to…
Autocommit mode is the default transaction management mode of the SQL Server Database Engine. Every Transact-SQL statement is committed or…
Suppose you want to find out how many traces are running on your SQL Server database instance? If you don't…
Suppose we had a database that has grown very large in size and located on the D drive that had…