Knowledge Base
Search Results ...
Search Results ...
In the world of data management, understanding what's happening under the hood of your SQL Server is critical. One of the most powerful tools at your disposal is the Dynamic Management Views (DMVs) that come with SQL Server 2022 and Azure SQL. These DMVs c[.....]
Security has always been a critical aspect of data management, and with the increasing surge of data-driven operations, its importance is ever on the rise. SQL Server CLR Integration provides a versatile platform to run managed code inside the SQL Server.[.....]
Notes from the Field: When managing storage across a SQL Server environment, it’s not enough to just know how large each database is, you must need to understand which drives are hosting those files. This is especially important when balancing I/O, p[.....]
Notes from the Field: Today, while working with a large SQL Server database, I needed to understand how space was allocated across the many schemas, not just at the database or table level. Here's a breakdown of the query and methodology I used to calculat[.....]
Note from the Field As part of an ongoing effort to improve report performance in high usage environments, I encountered a scenario where small TSQL refinements made a significant impact. Below is a summary of how one legacy SSRS report was reduced from 15[.....]
Welcome to SQLSupport.org, your trusted resource for all things SQL. The Data Whisperer is back with another insightful post. This time, we're delving into the realm of SQL Server Contained Users and Cross-Database Access. If you've worked with SQL Server[.....]
As the world continues to generate more data, the importance of data security has never been greater. One key aspect of data security is encryption, which protects your data by converting it into an unreadable format. SQL Server 2022, Azure SQL, Microsoft[.....]
The year 2022 marked a significant leap in the SQL Server platform with the introduction of several T-SQL enhancements. These enhancements were aimed at increasing the efficiency, scalability, and reliability of data operations. In this blog post, we will[.....]
The rise of modern applications has brought about an evolution in the way we handle data. JSON, due to its versatility and compatibility with JavaScript, has become a popular choice for data interchange. With SQL Server 2022, Microsoft has introduced JSON[.....]
With the advent of cloud technologies and big data, the role of the database administrator has evolved. Today, managing databases involves more than just ensuring optimal performance and data integrity. It also includes leveraging cloud storage solutions t[.....]