Microsoft SQL Server

SQL: A Professional’s Guide

Structured Query Language (SQL) is a programming language used to communicate with and manipulate data in a relational database management system (RDBMS). RDBMSs are the foundation of many modern database applications, and SQL is the lingua franca of data access and manipulation. What is SQL used for? SQL is used for a wide variety of [...]

By |2023-11-01T18:23:49-05:00October 16th, 2023|Categories: Azure SQL, Database, Microsoft SQL Server, MySQL|Tags: , , |Comments Off on SQL: A Professional’s Guide

What are the Most Popular RDBMS

In this article, we are going to understand the most popular and commonly used database system that is called RDBMS. What is RDBMS? RDBMS stands for Relational Database Management System, in which the data is organized, assessed, and stored according to the relationships. In RDBMS, data is stored in the form of Tables. The relations [...]

By |2021-11-19T08:23:35-06:00October 3rd, 2021|Categories: Database, IBM DB2, Microsoft SQL Server, MySQL, ORACLE, PostgreSQL, RDBMS|Tags: , , , , , |Comments Off on What are the Most Popular RDBMS

Microsoft SQL Server Database Backup Types

What is Backup & why do we need it: The backup is nothing but snapshot of a database. The purpose of the backup is to create a copy of data that can be recovered in the event of a primary data failure Before we discuss on SQL Server backups, let’s try to understand what backups [...]

By |2021-01-24T20:27:14-06:00December 4th, 2020|Categories: Database, Microsoft SQL Server|Tags: , |Comments Off on Microsoft SQL Server Database Backup Types
Go to Top