Knowledge Base

Search Results ...

Managing SQL Agent Jobs Across 50+ Servers

December 23, 2016 Posted by Tom Nonmacher

 

Managing SQL Agent Jobs across a multitude of servers can be quite a task. However, with the right use of SQL Server 2012 and SQL Server 2014, this task becomes manageable and efficient. The SQL Server Agent is a component of Microsoft SQL Server which is[.....]

Using SSRS Subreports for Reusable Output Blocks

December 16, 2016 Posted by Tom Nonmacher

 

In the world of SQL Server Reporting Services (SSRS), one of the most powerful features that can be used to create highly reusable and modular reports is the subreport. This feature is available in versions of SQL Server 2012 and SQL Server 2014, as well a[.....]

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

Performance Benchmarking of Views vs Inline TVFs

December 2, 2016 Posted by Tom Nonmacher

 

In the world of database management, it is essential to understand the performance characteristics of different query constructs. Today, we'll be exploring a comparison between views and inline table-valued functions (TVFs) across various database technolo[.....]

ETL Logging Schema: Design for Multi-Pipeline Platforms

November 25, 2016 Posted by Tom Nonmacher

 

ETL (Extract, Transform, Load) processes form the backbone of any data pipeline in business intelligence and data warehousing scenarios. As these processes grow in complexity, there is an increasing need for robust logging mechanisms that keep track of all[.....]

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

Extracting Metadata from SSRS Reports for Cataloging

October 28, 2016 Posted by Tom Nonmacher

 

SQL Server Reporting Services (SSRS) is a powerful tool that allows developers to design and manage reports. However, when working with a large number of reports, it can become difficult to manage the metadata associated with each report. This blog post wi[.....]

Best Practices for Managing Linked Servers Securely

October 21, 2016 Posted by Tom Nonmacher

 

Linked servers provide a robust environment to execute distributed queries against different data sources, be it SQL Server, MySQL, DB2, or Azure SQL. However, managing these linked servers securely is a crucial aspect of any database administration. This[.....]





7D2D58
Please enter the code from the image above in the box below.