Knowledge Base

Search Results ...

Basic Graph Queries in SQL Server 2017

July 28, 2017 Posted by Tom Nonmacher

 

Welcome to the SQLSupport.org blog. Today, we are going to delve into the realm of graph databases and how they can be utilized in SQL Server 2017. As you may know, graph databases are a type of NoSQL database that uses graph theory to store, map and query[.....]

Working with Legacy DTS on Modern SQL Servers

July 7, 2017 Posted by Tom Nonmacher

 

Legacy DTS (Data Transformation Services) packages can be a challenge to work with on modern SQL Server versions like SQL Server 2016 and 2017. They are no longer natively supported, but with a few workarounds, it is possible to continue using them, albeit[.....]

Backup Encryption in SQL Server 2016

June 9, 2017 Posted by Tom Nonmacher

 

In recent years, the importance of data security has become paramount. With SQL Server 2016, the need for data encryption, particularly for backups, has been addressed. The introduction of the Transparent Data Encryption (TDE) feature, which was first intr[.....]

Columnstore Indexes in SQL Server 2016: Real-World Use

June 2, 2017 Posted by Tom Nonmacher

 

In the world of big data, the ability to quickly and efficiently analyze large datasets is vital. SQL Server 2016 introduced a significant feature to help with this task: Columnstore Indexes. This type of index stores column data together, as opposed to tr[.....]

Minimizing TempDB Contention in SQL Server

March 24, 2017 Posted by Tom Nonmacher

 

As a database administrator, one of the challenges you may encounter is TempDB contention in SQL Server. This can notably impact the performance of your databases. TempDB contention happens when multiple tasks are trying to create or delete temporary objec[.....]

Backup Compression Ratios: SQL Server vs MySQL

February 17, 2017 Posted by Tom Nonmacher

 

In the world of database management, backing up your data is a critical operation. Equally important is the ability to effectively compress these backups to maximize storage efficiency. This article will compare the backup compression ratios of SQL Server[.....]

Distributed Queries Between SQL Server and PostgreSQL

December 9, 2016 Posted by Tom Nonmacher

 

In today's data driven world, the ability to seamlessly interact with various Database Management Systems (DBMS) is essential. Over the years, database providers have developed different SQL dialects which can make the interaction between different DBMS ch[.....]

Optimizing XML Parsing Performance in SQL Server

November 18, 2016 Posted by Tom Nonmacher

 

Optimizing XML parsing performance in SQL Server is a critical task for developers and database administrators. As XML data becomes increasingly common in modern applications, understanding how to efficiently parse this data can significantly boost your ap[.....]

Partition Switching in SQL Server for Zero-Downtime Loads

November 11, 2016 Posted by Tom Nonmacher

 

Partition Switching is an extremely powerful feature in SQL Server that allows us to swap data in and out of tables at lightning speed. It does this by simply changing metadata, which in turn makes it a virtually instantaneous operation. This feature can b[.....]

MySQL Performance Schema vs SQL Server DMVs

November 4, 2016 Posted by Tom Nonmacher

 

In the ever-evolving world of database technology, having the right tools for performance analysis is crucial. Two such tools are MySQL's Performance Schema and SQL Server's Dynamic Management Views (DMVs). Both provide valuable insights into the functiona[.....]





0434AC
Please enter the code from the image above in the box below.