PostgreSQL is an open-source, object-oriented relational database system with reliability, performance, and robustness. It supports SQL (relational) and JSON (non-relational) queries.PostgreSQL’s popular features include Multi-Version Concurrency Control (MVCC), point-in-time recovery, granular access controls, tablespaces, and asynchronous replication.
Read more »Rajendra Gupta
- Understanding PostgreSQL SUBSTRING function - September 21, 2024
- How to install PostgreSQL on Ubuntu - July 13, 2023
- How to use the CROSSTAB function in PostgreSQL - February 17, 2023
How to install PostgreSQL on Ubuntu
July 13, 2023This article covers the different methods to install Postgres on Ubuntu.
Read more »How to use the CROSSTAB function in PostgreSQL
February 17, 2023This article will explore the use of the CROSSTAB function in PostgreSQL.
Read more »Learn the PostgreSQL COALESCE command
January 19, 2023This article will make you learn the Postgres Coalesce command with examples.
Read more »Use of the RESTORE FILELISTONLY command in SQL Server
December 21, 2022This article explores the RESTORE FILELISTONLY command in SQL Server with examples.
Introduction
Performing a database backup is an integral part of a DBA’s job. Backups are taken to ensure that data can be recovered in an emergency. There are different restore mechanisms, and the SQL Server DBA needs to understand them to make the right decision in each situation.
Read more »How to add or subtract dates in SQL Server
December 15, 2022This article explores SQL Server functions to add or subtract dates in SQL Server.
Read more »Different SQL TimeStamp functions in SQL Server
November 25, 2022This article will show different SQL timestamp functions available with examples.
Read more »How to identify suitable SKUs for Azure SQL Database, Managed Instance (MI), or SQL Server on Azure VM
October 28, 2022The database migration from on-premises to Azure cloud can be complicated in choosing the best SKU for Azure SQL Database, Managed Instance (MI), or SQL Server on Azure VM. Every database might have different resource requirements, and we need to choose the correct DB sizing based on the current workloads.
Read more »Copy data from AWS RDS SQL Server to Azure SQL Database
October 21, 2022This blog will share with you a way to copy data from an AWS RDS SQL Server database to an Azure SQL database.
Read more »Rename on-premises SQL Server database and Azure SQL database
October 18, 2022This article explores how to rename Azure SQL Database and on-premises SQL instance database.
Read more »SQL Commands to check current Date and Time (Timestamp) in SQL Server
October 7, 2022This article explores different SQL Commands (functions) to return the current Date and Time (Timestamp) in SQL Server.
Read more »Exploring Azure SQL Database Geo-Restore
September 2, 2022This article explains Azure SQL Database Geo Restore using geo-replicated backups for disaster recovery.
Read more »Deploy a SQL Server container using Azure Kubernetes Services (AKS)
August 31, 2022This article deploys a SQL Server container using Azure Kubernetes Services (AKS).
Read more »Deploy Azure SQL Elastic Pools for Azure SQL Database
August 23, 2022This article gives an overview and deployment steps for SQL Elastic Pool for Azure SQL database.
Read more »Rebuild system databases for SQL Server on Linux and Windows
August 15, 2022This article explores the process for rebuilding system databases – Master, MSDB, and Model for SQL Server on Linux and Windows.
Read more »Configure cross-platform SQL Server Always On Availability Groups
August 10, 2022This article for the Always On Availability Groups series will show how to configure SQL Server Always On Availability Groups between Windows and Linux SQL instances.
Read more »SQLPackage utility to export Azure SQL Databases
August 1, 2022Azure SQL Database does not support native database backups. Therefore, you cannot use it to move from the Azure cloud to on-premises SQL Server. You can use the data-tier application BACPAC file format for exporting database schema and data from the Azure database. This BACPAC file is helpful to deploy on an Azure SQL Database, Managed Instance, and on-premises SQL Server.
Read more »Azure SQL Interview Questions and Answers
July 13, 2022Interested in becoming an Azure SQL DBA but don’t know how to start? This article prepares you for the Azure SQL DBA interview by providing reference material links.
Read more »Notebook Views for SQL Notebooks in Azure Data Studio
June 15, 2022We are excited to share that Notebook Views are available for SQL Notebooks in the Azure Data Studio (Currently Insiders release). This article will cover the following topics:
- What are Notebook Views?
- Where can you find Notebook Views?
- How do you create a new view?
- How do you modify an existing view?
- Where can you see database objects in the view?
- Where can you see table data in the view?
- Where can you see query results in the view?
Exploring the SQL WHERE statement
June 9, 2022This article will talk about the SQL WHERE statement.
Read more »Database level roles in Azure SQL Database
April 12, 2022This article explores the database-level roles in the Azure SQL Database.
Read more »Fixed Server Roles in Azure SQL Database Server
April 6, 2022This article is for discussing fixed server roles in Azure SQL Database Server.
Read more »SQL Server Dedicated Administrator Connections for Azure SQL Database
March 29, 2022This article explains SQL Server Dedicated Administrator Connections and how you can use it for Azure SQL Database.
Read more »Azure SQL Database Connectivity architecture
March 24, 2022The article Configure IP firewall rules for Azure SQL Databases, discuss the configuring server and database IP firewall rules for Azure databases. In this article, we will explore setting applicable to Azure databases that control connectivity to the database.
Read more »Configure IP firewall rules for Azure SQL Databases
March 18, 2022The Azure SQL Database provides high performance, secure and reliable managed relational database service. Security is the prime focus area in both on-premises and cloud infrastructure while designing the database infrastructure.
Read more »