The Worst Call for Sys Admins: Ransomware Attack

The Worst Call for Sys Admins: Ransomware Attack

The worst call/email to receive, as a sysadmin, is that users are reporting their files “looking funny,” only for you to see your client’s file server was hit with ransomware. You start saying a prayer hoping your backups that ran overnight were...
Investigating TSAMP Details in Already Setup Environment

Investigating TSAMP Details in Already Setup Environment

There are several scenarios where you might need details to re-build TSAMP. If TSAMP did not start properly after an upgrade or even while troubleshooting, the option to open a case with IBM and get root cause analyzed takes time. In many of these scenarios,...
Cost Threshold for Parallelism

Cost Threshold for Parallelism

One of the most common missed configuration settings in SQL Server is the cost threshold for parallelism. By default it is set to 5, meaning that when SQL estimates that the cost of a query will be greater than 5 running a serial plan, SQL will split the plan into...