Knowledge Base

Search Results ...

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[.....]

Tips for Tuning SQL Server Merge Statements

October 14, 2016 Posted by Tom Nonmacher

 

SQL Server MERGE statements, introduced in SQL Server 2008, offer a powerful way to perform multiple DML operations in a single statement. However, tuning these statements for optimal performance can be tricky. This article provides some tips on how to go[.....]

Comparing SQL Server Full-Text Search and LIKE

September 23, 2016 Posted by Tom Nonmacher

 

When it comes to searching textual data in SQL Server, two options that usually come to mind are Full-Text Search and the LIKE operator. Both are tools that can be used for pattern matching and searching text, but they differ in their approaches and capabi[.....]

SQL Server Wait Stats Interpretation for Performance Tuning

September 2, 2016 Posted by Tom Nonmacher

 

In the world of SQL Server, understanding wait statistics is crucial for effective performance tuning. SQL Server uses wait statistics to track the amount of time a thread has to wait before it can get the resources it needs to execute a task. This data is[.....]

Using PowerShell to Document SQL Server Inventory

July 22, 2016 Posted by Tom Nonmacher

 

Maintaining a comprehensive and up-to-date inventory of SQL Server databases is essential for effective management and monitoring of your database environment. Whether you're an administrator of a small database ecosystem or a DBA managing multiple databas[.....]

DB2 Identity Columns vs SQL Server Sequences

July 1, 2016 Posted by Tom Nonmacher

 

In the world of databases, the means of generating unique, sequential values can be crucial for various applications. Two such methods of generating these values are DB2 Identity Columns and SQL Server Sequences. This blog post will delve into each of thes[.....]

Migrating SQL Server Workloads to Azure VMs (Pre-MI Era)

June 17, 2016 Posted by Tom Nonmacher

 

In recent years, the shift towards cloud computing has been rapidly gaining momentum and many companies are migrating their SQL Server workloads to Azure Virtual Machines (VMs). This transition can provide numerous benefits including cost savings, scalabil[.....]





1D6676
Please enter the code from the image above in the box below.