Tools & technologies

How to Rename a Table Name in SQL Server

Database development, SSMS, Stored Procedures, Tables

One of the most critical database administrator’s duties is managing database objects. For...
Read More

How to install MySQL Server on Ubuntu 18.04 in 2 Different Ways

MySQL, Tools & technologies

This article will present the step-by-step installation process of the MySQL server on Ubuntu. For demonstration purposes, I created a...
Read More

Backup and Restore MySQL Database Using mysqldump

MySQL, Tools & technologies, Utilities & Extensions

The current article focuses on applying the mysqldump utility to backup and restore MySQL databases. This utility is the most common tool...
Read More

ODBC Driver for MySQL: How to Install and Set up Connection (Step-by-step)

Tools & technologies

This article focuses on the step-by-step processes of installing and configuring the ODBC driver...
Read More

Microsoft SQL Server Express Edition Limitations and Versions

Code Management, Tools & technologies

What is SQL Server Express? SQL Server Express Edition is a free edition of SQL Server. Microsoft provides it for educational purposes as...
Read More

Connecting to SQL Azure from SQL Server Management Studio (SSMS)

Azure, Cloud, SSMS, Tools & technologies

Microsoft Azure is a cloud computing service for building, testing, deploying, and managing applications through the Microsoft data...
Read More

Basics of SQL Server Management Studio (SSMS). Part 2

SSMS, Tools & technologies

This article further explains the basics of SQL Server Management Studio (SSMS) – one of the most...
Read More

Create a Database in SQL Server Using SQL Server Management Studio (SSMS)

SSMS, Tools & technologies

This article briefly explains creating a new database with the New Database wizard of SQL Server Management Studio (SSMS). The SQL Server...
Read More

Five Different Methods To Start, Stop, And Restart SQL Server Services

Tools & technologies

When we install the SQL Server, it also installs the following services: SQL Server database engine service to manage and access data in...
Read More

Install and Configure SQL Server 2019 on Windows Server 2016

Tools & technologies

SQL Server 2019 was introduced in November 2019. The RTM version of SQL Server 2019 is 15.0.2000.5....
Read More
Close