Knowledge Base

Search Results ...

Tuning Subqueries in MySQL for Performance

June 18, 2020 Posted by Tom Nonmacher

 

In the world of database management, subqueries are a powerful tool for retrieving data based on specific conditions. However, they can also be a hindrance to performance if not optimized properly. In this blog post, we will discuss some strategies for tun[.....]

Automating SSIS Package Deployment

June 11, 2020 Posted by Tom Nonmacher

 

The automation of SSIS package deployment is a critical aspect of the SQL Server Integration Services (SSIS) framework that can significantly improve efficiency and productivity. SSIS is a tool provided by Microsoft that enables complex data transformation[.....]

Using SQLCMD Variables in Deployment Scripts Note from the Data Whisperer

June 4, 2020 Posted by Tom Nonmacher

 

SQLCMD mode in SQL Server 2019 is an interactive command line tool for SQL Server that allows users to execute Transact-SQL commands directly, execute script files, and execute commands in an operating system. One of the powerful features of SQLCMD mode is[.....]

SQL Server Memory Settings for Large Databases

May 28, 2020 Posted by Tom Nonmacher

 

SQL Server, MySQL, DB2, Azure SQL, and Azure Synapse are popular relational database management systems (RDBMS) that offer a significant level of customization for managing memory settings. This feature is particularly useful when dealing with large databa[.....]

DB2 Explain Plan and Query Diagnostics

May 21, 2020 Posted by Tom Nonmacher

 

SQL servers, whether they be SQL Server 2019, MySQL 8.0, DB2 11.5, Azure SQL, or Azure Synapse, are all about speed and efficiency. For a database administrator, understanding how a query is processed is crucial to optimizing database performance. This is[.....]

Building Dynamic SQL Reports with SSRS Note from the Data Whisperer

May 14, 2020 Posted by Tom Nonmacher

 

With the proliferation of data across various industries, there is an increasing demand for professionals who are adept at creating dynamic SQL reports. SQL Server Reporting Services (SSRS) offers a wide range of tools for creating, managing, and deliverin[.....]

SQL Server Data Classification Features Note from the Data Whisperer

May 7, 2020 Posted by Tom Nonmacher

 

SQL Server 2019, MySQL 8.0, DB2 11.5, Azure SQL, and Azure Synapse all have robust data classification features that are instrumental in data protection. Data classification in SQL Server 2019 is a tool that allows organizations to categorize and label the[.....]

MySQL ENUM and SET Columns: Pros and Cons

April 30, 2020 Posted by Tom Nonmacher

 

In the world of databases, managing data types is crucial for ensuring data integrity, performance, and ease of use. MySQL provides a unique data type called ENUM that can be very useful in certain scenarios. ENUM is a string object that allows you to spec[.....]

Parameterizing SQL Server Agent Jobs

April 23, 2020 Posted by Tom Nonmacher

 

SQL Server Agent jobs are a powerful tool for automating and scheduling tasks in SQL Server 2019. While these jobs are incredibly useful, they can become cumbersome when you need to manage jobs with similar tasks but different parameters. That's where para[.....]

Using SSIS Script Task for REST API Calls

April 16, 2020 Posted by Tom Nonmacher

 

In today's data-driven world, integrating and synchronizing data across various platforms is a common necessity. With SQL Server Integration Services (SSIS), you can accomplish this task with ease. One of the powerful features of SSIS is the Script Task, w[.....]





FBBE4D
Please enter the code from the image above in the box below.