Database administration

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,...
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 it? Today’s post will give you 22 SQL...
Read More

Top 5 Facts to Find and Replace SQL Texts in SQL Server with REPLACE Function

Database development, Statements, Work with data

Today’s code editors and word processors come with a search and replace feature. It is...
Read More

SQL Server DELETE – Removing One or More Rows from a Table with Slightly Advanced Scenarios

Database development, Statements, Tables, Work with data

The current article focuses on slightly advanced use of the DELETE statement to remove one or more records (rows) from a table. While it...
Read More

How AI Will Change Software Development and Testing

Automation, Database development, Testing

Artificial intelligence is the fuel for what we know as the fifth industrial revolution. Its capacities to impact and disrupt numerous...
Read More

Fundamentals of Managing Datafiles in SQL Server

Database administration, Work with data

Introduction Datafiles are physical objects that constitute the most important part of the database...
Read More

Manage MDF Files in SQL Server 2019

Database administration, Work with data

An SQL Server database contains primary data files, secondary data files (optional), and transaction log files. The primary and secondary...
Read More

Make Awesome Lists Yourself, or GitHub as Notebook

Database administration, Work with data

This material was originally posted on Habr.com in Russian. The author permitted it to be translated and published on Codingsight. Perhaps,...
Read More

Deploy SQL Server AlwaysOn Availability Groups on Linux

Availability Groups, Database administration

In the previous article, I explained how we could install Ubuntu 18.04 and SQL Server 2019 on the...
Read More
Close