Guide for CTE in SQL Server

Database development, Tables

The Common Table Expression aka CTE in SQL Server provides a temporary result set in T-SQL. You can...
Read More

Introduction to Amazon QuickSight

AWS, Cloud, Tools & technologies

Nowadays, companies are moving their infrastructure from on-premise devices to the cloud. There are a few major cloud vendors like AWS,...
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

How to Setup SQL Server on the Amazon RDS

AWS, Cloud, SSMS, Tools & technologies

SQL Server is one of the most popular databases used in modern applications. Over the past few...
Read More

JSON in SQL Server: The Ultimate Guide to JSON Data Manipulation

JSON, Languages & Coding

In the last few years, JSON has positioned itself as a standard data exchange format between services, although XML is still widely used....
Read More

How to SHOW or LIST Tables in MySQL

Database development, MySQL, Tables

There are two primary methods to view the tables in MySQL: In this article, we are going to explore them both....
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

LINQ to XML: Easy Work in C#

ASP .NET CORE, Languages & Coding

LINQ to XML is an in-memory XML programming interface that enables XML manipulation. Similar to the more traditional Document Object Model...
Read More

How to Use a ROUND Function in SQL Server

Database development, Statements

The ROUND function in SQL Server is a powerful tool that allows you to round numeric values to a specific number of decimal places. This...
Read More

Oracle Data Integrator: A Tutorial Guide to Get Google’s Financial Service Data

Oracle, Tools & technologies

RESTful API is a popular protocol for exchanging data between different applications and systems...
Read More
Close