Database administration

SQL Data Types: 5 Worst Choices You Need to Stop Today

Database administration, Work with data

Do your choices of SQL server data types and their sizes matter? The answer lies in the result you...
Read More

Troubleshooting Issues when Working with Date and Time in SQL Server

Database administration, Troubleshooting Issues

The Microsoft SQL Server database stores the date and time information in a variety of formats. The most common of them are DateTime,...
Read More

Converting DateTime to YYYY-MM-DD Format in SQL Server

Database administration, Work with data

An SQL Server database can store a variety of data types, such as numbers, text strings, Boolean values, dates, etc. However, storing and...
Read More

Introduction to Synonyms in SQL Server

Database administration, SQL Server, Work with data • One Comment

A synonyms in SQL Server are database objects that give an alternative name to the database objects...
Read More

SQL Server Replication Monitor: Scripts for Checking Replication Status

Database administration, Transaction Log

Replication is one of the oldest technologies on MS SQL Server, loved by every database administrator. It is a great and reliable...
Read More

How to Delete Entire MySQL Database

Database administration, MySQL, Work with data

In some cases, we need to drop the entire database from the MySQL community server. This is simple but irreversible. Thus, the DROP...
Read More

SQL Server Transactional Replication Internals

Database administration, Transaction Log

SQL Server Transactional Replication is one of the most common Replication techniques used to...
Read More

NoSQL vs SQL: Which One is Better for Big Data Management?

Database administration, Work with data

Nowadays, customer behavior becomes more complex and market trends continue to shift rapidly. Thus, businesses need specialized...
Read More

Implementing Error and Transactions Handling in SQL Server

Database administration, Troubleshooting Issues

Introduction No matter how hard we try to design and develop applications, errors will always occur. There are two general categories –...
Read More

How to Connect Python to SQL Server to Automate Backend Process

Automation, Database administration

Automating backend processes in your SQL Server instance is a common task. Whether it is refreshing...
Read More
Close