Database administration

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 dates,...
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

SQL Server BIT Datatype – Ultimate Guide

Database administration, Work with data

Introduction to Bit Data Type The data type represents an attribute that stores integer, character, data time, binary data. Suppose you...
Read More

9 Best Practices for Writing SQL Queries

Database administration, Database development, MySQL, Oracle, Performance Tuning, PostgreSQL, SQL Server, Statements

If you are reading this article, most probably, you are already familiar with SQL. You know how to write basic SQL queries. There are many...
Read More

22 Different T-SQL Indexes Examples to Warp Speed Your Queries

Database administration, Database development, Indexes, Languages & Coding, Performance Tuning, T-SQL

Indexing the database tables is one of the ways to up your game in tuning queries. How do you do...
Read More
Close