Out of all of the customers we have running our daily monitoring here are the versions of SQL Server that are being run. All the data is sanitized, so there is no private client information to expose here. What is this service? With this service we detect and alert you of any issues that arise on your SQL Server. Then …

Daily Server Monitoring – SQL Versions for February Read more »

Wait statistics, in the context of SQL Server, refer to the amount of time that a query spends waiting to access data in the database. When a client application requests data from the database, the request is placed in a queue and the client application must wait for its turn to access the data. The time that the query spends …

SQL Server Wait Type: RESOURCE_SEMAPHORE_QUERY_COMPILE Read more »

Securing SQL Server is important because it helps protect your data and your system from potential security threats. Without proper security measures in place, your SQL Server instance and the data it stores may be vulnerable to attack, which could lead to data breaches, data loss, and other serious consequences. When we talk about threats there are many types of …

Securing SQL Server: Why do we need to secure SQL Server Read more »

Foreign keys are an important concept in database design and are used to establish relationships between tables in a database. In SQL Server, foreign keys are implemented using a constraint that ensures that the values in a foreign key column in one table match the values in a primary key column in another table. There are several benefits to using …

Foreign Keys on SQL Server Read more »

Wait statistics, in the context of SQL Server, refer to the amount of time that a query spends waiting to access data in the database. When a client application requests data from the database, the request is placed in a queue and the client application must wait for its turn to access the data. The time that the query spends …

SQL Server Wait Type: PREEMPTIVE_OS_CRYPTACQUIRECONTEX Read more »

In this free training I have poured my 30+ years of SQL Server experience and personally curate my favorite performance tuning tips, tricks and tactics. I am excited to contribute and share with the SQL Server community some of my favorite solutions. Become part of this exclusive group of subscribers learning to put some speed back into their SQL Server. …

SQL Performance Tuning Training Read more »

Improve you knowledge and skill set with this FREE Database Health Monitor training and Q&A. This training will be held every month on different days of the week and times so to fit a variety of schedules. Steve will demonstrate tips, tricks and features of this power house tool. Each month he will cover a different topic which will be …

Monthly Database Health Monitor Training with Q+A Read more »

Securing SQL Server: Transparent Data Encryption Mon, 30 Jan 2023 Transparent Data Encryption (TDE) is a feature of Microsoft SQL Server that enables the encryption of a databases data and log files, as well as the encryption of backups, to protect sensitive data from unauthorized access. TDE encrypts the dat Read more… Complete Access to all our Online SQL Server …

January Blog Post Wrap-up Read more »

Transparent Data Encryption (TDE) is a feature of Microsoft SQL Server that enables the encryption of a databases data and log files, as well as the encryption of backups, to protect sensitive data from unauthorized access. TDE encrypts the data at the page level, meaning that the data is encrypted as it is written to the disk and decrypted when …

Securing SQL Server: Transparent Data Encryption Read more »