At Stedman Solutions we’re on your side. We give that extra 10% and take the extra time for you, our customers. Here are some statements from clients who have undergone our SQL Assessment service: Learn about our 10% SQL Assessment sale going on through May. “Unlike a Typical Consultant” We are moving our SaaS offering from one cloud provider to …

Happy SQL Assessment Customers Read more »

In addition to its customizable dashboard, intelligent alerting system, and powerful reporting capabilities, the Database Health Monitor also provides valuable insights into wait statistics and blocking queries. Wait statistics are a crucial component of database performance monitoring, as they provide information about the amount of time that queries spend waiting for various resources, such as locks, I/O operations, or CPU …

Database Health: Wait Statistics and Blocking Queries Read more »

DBCC DROPCLEANBUFFERS is a DBCC command in Microsoft SQL Server that can be used to remove clean buffers from the buffer pool, which is a region of memory used by the database engine to store data pages read from disk. Removing clean buffers from the buffer pool can be useful for testing the performance of a query or for simulating …

SQL Server DBCC Commands: DBCC DROPCLEANBUFFERS Read more »

DBCC FREESYSTEMCACHE is a database console command (DBCC) in Microsoft SQL Server that can be used to clear the system cache, which is a region of memory used by the database engine to store data pages read from disk and other objects such as stored procedures and triggers. Clearing the system cache can be useful for troubleshooting performance issues or …

SQL Server DBCC Commands: DBCC FREESYSTEMCACHE Read more »

DBCC DLLNAME is a database console command (DBCC) in Microsoft SQL Server that can be used to display the name of the dynamic-link library (DLL) file associated with a specific database console command (DBCC). Displaying the DLL file name can be useful for troubleshooting issues or for verifying the version of a specific DBCC command. To use DBCC DLLNAME, you …

SQL Server DBCC Commands: DBCC DLLNAME Read more »

Today Microsoft released a new update for SQL Server. SQL Server 2022 CU4 for 2022 (16.0.4035.4 – May 2023) 2023-05-11 Here are the latest updates for each version of SQL Server. SQL Server 2008 R2 RTM Download links: SP3 (10.50.6000.34 – September 2014) SP2 (10.50.4000.0 – July 2012)None   SQL Server 2022 RTM Download links: NoneCU4 for 2022 (16.0.4035.4 – May 2023)   …

New SQL Update from Microsoft Read more »

Having a SQL assessment is important in terms of security for several reasons: Identifying vulnerabilities: A SQL assessment can help identify security vulnerabilities in the database. This includes identifying weak passwords, inadequate user access controls, and other security weaknesses unknown to the organization that can leave the database vulnerable to attacks. Preventing attacks: Addressing security vulnerabilities proactively can help prevent …

Why Having a SQL Assessment is Crucial for Ensuring Database Security Read more »

I have used my over 30 years of SQL Server experience to personally curate my favorite performance tuning tips and tricks into this training. 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 the horse power back into their SQL Server. …

Exclusive SQL Performance Tuning Training Read more »

Today I released version 1015 of Database Health Monitor. This is the May 2023 release of the product. Here is a list of some of the features and updates in the latest release. You can download the latest version at http://DatabaseHealth.com/download2. May 2023 – Version 1015 Release Notes New Features Bug Fixes Here is a big of an overview on …

Database Health Monitor May 2023 Release Read more »

DBCC CHECKDB is a command in SQL Server that is used to check the integrity of a database. It performs a thorough analysis of all the objects in a database, including tables, indexes, and foreign keys, to ensure that they are structurally sound and do not have any corruption or inconsistencies.One of the main benefits of using DBCC CHECKDB is …

SQL Server DBCC Commands: DBCC CHECKDB Read more »