Database administration

How to Use AI for SQL Tuning for a Real Automated Process

Automation, Database administration, Performance Tuning

The rapid evolution in development from rigidly structured data to responsive, flexible databases...
Read More

MySQL SHOW USERS: How to List All Users in a MySQL

Database administration, Database Optimization & Structure, MySQL

This article explains different methods to populate the details of the Users in MySQL. We can view the list of users by using any of the...
Read More

Locking in SQL Server: Detailed Overview

Database administration, Security

In a multi-user environment, it is essential to maintain truncation concurrency. These locks are in-memory structures of 96 bytes in size....
Read More

User-Defined Functions in SQL Server

Database administration, Database Optimization & Structure, SQL Server, Statements

User-defined functions in SQL Server (UDFs) are key objects that each developer should be aware of....
Read More

Understanding SQL Server Lockdown to Secure Database Environment

Database administration, Security

Security is the main concern these days in every sector. Database Security is also a major worry for any customer. SQL Server is designed...
Read More

SQL Server System Databases – Restore System Databases

Database administration, Database Optimization & Structure

In the previous articles of the SQL Server System Databases series, we have learnt the purpose of all SQL Server System databases that...
Read More

MSDB Maintenance: Your Ultimate Guide to SQL Server System Database Management

Database administration, Database Optimization & Structure, SQL Server

In the previous articles of the SQL Server System Databases series, we have gone through the System...
Read More

ML{.NET} Introduction

Automation, Database administration

Machine Learning (ML) has come from a buzzword that is nice to have in your application to a must-have feature that works and adds value....
Read More

TempDB Full? How to Shrink and Maintain Your SQL Server’s Temporary Database

Database administration, Database Optimization & Structure

In my previous article about SQL Server System Databases, we learned about each system database that comes as part of SQL Server...
Read More

ENUM (Enumeration) Data Type in MySQL: Top 12 Facts and Useful Tips

Database administration, MySQL, Work with data

MySQL ENUM data is a string data type with a value chosen from the list of permitted values. You...
Read More
Close