Work with data

Storing Binary Data Types in SQL Server

Database administration, Work with data

Introduction Daily work rarely requires storing binary data directly to database columns. However,...
Read More

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 got. Did your database balloon in a...
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

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

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

How to Use Array Functionality in SQL Server

Database administration, Work with data

Have you ever been asked how to create array in SQL Server? Or, you might be asked how to how to...
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

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, we have month-day-year,...
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,...
Read More
Close