SQL Server provides several join types to combine data from two or more tables based on a common column or set of columns. Among these are the essential join types, including INNER JOIN, LEFT OUTER JOIN, RIGHT OUTER JOIN, and FULL OUTER JOIN. In addition, SQL Server also supports multiple inner joins or multiple outer joins, which can be used …

Multiple Joins – Poster  Read more »

DBCC SHOWCONTIG is a has been announced to be deprecated for more than 10 years ago, meaning it may disappear in future versions of SQL Server. DBCC SHOWCONTIG is a DBCC command in Microsoft SQL Server that can be used to display information about the extent fragmentation of a table or index. Extent fragmentation occurs when the data pages of …

SQL Server DBCC Commands: DBCC SHOWCONTIG Read more »

Yes, our Managed Services is just that! Well almost. This service is the all-inclusive resort of SQL Services. Take look at what’s included. Agile Support (Core Support offered at both levels) Also Includes: High Availability Support (Core Support offered at both levels) Also Includes: Is this the kind of coverage you’re looking for?

Today Microsoft released a new update for SQL Server. SQL Server 2019 CU20 for 2019 (15.0.4312.2 – April 2023) CU18 + GDR (15.0.4280.7 – February 2023) 2023-04-13 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: NoneCU3 …

New SQL Update from Microsoft Read more »

Our comprehensive assessments are designed to evaluate the health and performance of your databases, identifying major and minor issues that need to be addressed. By identifying issues such as blocking in SQL Server, we can optimize the performance of slow areas, ensuring that your database runs smoothly. You can trust that our assessments are thorough and valuable. Learn more about …

20% Off Now Until April 30th Read more »

As a long-time SQL Server consultant and database administrator, I understand the importance of having a clear understanding of the different join types available in SQL Server. Join types allow us to combine data from two or more tables, and they are essential for creating complex queries and reports.  To help make understanding join types easier, I have created a …

Join Types On Your Wall  Read more »

SQL Servers DBCC PAGE command is a powerful tool that allows users to view the contents of a database page at the physical level. This command is particularly useful for troubleshooting issues related to data corruption, as it provides a detailed view of the data stored in a specific page of the database. To use the DBCC PAGE command, you …

SQL Server DBCC Commands: DBCC PAGE Read more »

As someone who has worked with SQL Server for many years, I know firsthand how confusing it can be to work with different join types. Join types are a critical component of SQL Server, allowing you to query data from multiple tables simultaneously. However, understanding and using the different join types can be challenging, even for experienced users.  One of …

JOIN Types Confusion  Read more »