Database administration

MS SQL Server on Linux vs Windows Performance Test to Spot the Difference

Database administration, Performance Tuning

Since the release of SQL Server 2017 for Linux, Microsoft has pretty much changed the entire game....
Read More

In memory Tables (OLTP) in Microsoft SQL Server Databases with Examples

Database administration, Memory Optimization, SQL Server • 2 Comments

What if 1 second of a transaction process is too long? You can tune your queries. But what if it’s not enough, can you still step up...
Read More

How to Use Array Functionality in SQL Server

Database administration, Work with data

Have you ever been asked how to create array in SQL Server? Or, you might be asked how to how to store values in an array in SQL Server....
Read More

Transparent Data Encryption (TDE) in SQL Server in an AlwaysOn Availability Group on Example

Availability Groups, Database administration

Availability Groups are fantastic for High Availability/Disaster Recovery solutions, and I’m sure...
Read More

Creation of Pandas DataFrame in Python with Examples

Database administration, Frameworks, Languages & Coding, Work with data

Python is a general-purpose language that can work with various types of data structures and solve data-related problems with the help of...
Read More

Import Data into Oracle Autonomous Data Warehouse using Oracle Object Storage

Cloud, Database administration, Database Optimization & Structure

Let’s imagine you have a large raw file and need to determine the best way to load it into an Oracle Autonomous Data Warehouse...
Read More

SQL Date Format: How to Handle It the Smart Way

Database administration, Work with data

Thanks to the diversity of cultures on Earth, we have a variety of date formats. For numeric...
Read More

Successful MySQL/MariaDB Backup and Recovery Strategies

Database administration, MySQL

A vital part of preventing any kind of data loss in any situation is having appropriate backup and recovery policies. It is also essential...
Read More

Query Optimization Techniques in SQL Server: 5 Best Practices to Boost Queries Performance

Database administration, Database development, Performance Tuning, Statements

What is query optimization in SQL Server? It’s a big topic. Each technique or problem needs a separate article to cover the bases....
Read More

Basics of SQL Server Transaction Log

Database administration, Transaction Log

What is a Transaction Log? There is a requirement in relational database systems that transactions...
Read More
Close