Browsed by
Month: February 2022

How to shrink the transaction log in SQL Server

How to shrink the transaction log in SQL Server

One thing that I see a lot of administrators ask about is transaction log size and how to truncate it. Log records that are not managed correctly will eventually fill up the disk causing no more modifications to the database. Transaction log growth can occur for a few different reasons. Long running transactions, incorrect recovery model configuration and lack of log backups can grow the log. Log truncation frees up space in the log file so the transaction log can…

Read More Read More

Allow Non-administrators to Install Printer Drivers via GPO

Allow Non-administrators to Install Printer Drivers via GPO

By default, non-admin domain users do not have permission to install the printer drivers on the domain computers. To install a driver, the user should have local admin privileges (must be a member of the local Administrators group). This is great from the point of security because the installation of an incorrect or fake device driver could compromise the PC or degrade the system performance. However, this approach is extremely inconvenient in terms of the IT department, because it requires…

Read More Read More