Backup and restore SQL Server to Azure Blob storage

restore sql server from azure blob storage

Microsoft Azure provides storage services, where you can store any kind of data. You can also take a backup of your database in the Azure storage. In this article, you will learn how you can backup and restore SQL Server to Azure Blob storage. How to create a storage account in Azure SQL Server backup … Read more >>

Import CSV into MongoDB – Multiple Ways

import CSV file into MongoDB database

In this MongoDB tutorial, We are going to learn “How to import CSV file into MongoDB”. We will also cover this with different operations. These are the following topics that we are going to cover in this tutorial: The CSV stands for comma-separated values. It is a plain text file that includes a list of data. … Read more >>

MongoDB group by multiple fields

Group by multiple fields using MongoDB compass

In this MongoDB tutorial, We are going to learn “How to perform MongoDB group by multiple fields”. We will also do this with various methodologies. These are the following topics that we are going to cover in this tutorial: The best way of grouping the Multiple fields present inside the documents of MongoDB is made by … Read more >>

Backup Azure database to local SQL Server

backup azure sql database to local sql server

In this Azure SQL tutorial, we will discuss how to backup Azure SQL database to local SQL Server. Microsoft Azure provides a backup facility to backup your Azure SQL database. But sometimes you may want to take a backup of your Azure SQL database to your local machine. This article will help you to achieve … Read more >>

MongoDB failed to connect

MongoDB failed to connect to server

There are a lot of people getting errors while connecting to the server. So, In this MongoDB tutorial, We are going to resolve this error while “MongoDB failed to connect to server”. We will also see the root cause of the issue. We will also cover this in different operating systems. These are the following … Read more >>

How to create table in azure sql database

Create table in Azure SQL database portal

In this Azure SQL article, you will learn how to create a table in the Azure SQL database. We will discuss multiple ways that you can use to create a table in an Azure SQL database. Also, we have created some examples so that you can understand the concept better. Create table syntax in Azure … Read more >>

MongoDB drop collection

MongoDB drop collection by name

In this MongoDB tutorial, We are going to learn “How can we drop the collection”. We will also cover this with different operations and examples. These are the following topics that we are going to cover in this tutorial: What is drop collection in MongoDB? When end-user wants to remove documents inside the collection from the … Read more >>

How to store images in MongoDB

Storing the images into MongoDB database using python

In this MongoDB tutorial, we will discuss and learn more about “How to store images in MongoDB database“. We will also learn how different ways we can store the image and easily retrieve the images from the MongoDB database. These are the following topic that we are going to cover in this tutorial How to store … Read more >>

SQL Server check user permissions on table

SQL Server check user permissions on table

In this SQL Server tutorial, we will cover SQL Server check user permissions on table. In this tutorial, we will understand how we can check user permissions that are granted on a table. SQL Server check permissions on table In this section, we will understand how we can check permissions associated with a given table. For this implementation, … Read more >>

How to find primary column name in Postgresql

How to get primary key column name in Postgresql

In this Postgresql tutorial, we will learn about “How to find primary column name in Postgresql“, primary columns are columns that uniquely identify each record in the table. And we will cover the following. How to find primary key column name in Postgresql In Postgresql, to get the primary key column name, we need to … Read more >>

Top 200 SQL Server Interview Questions and Answers

Free PDF On Top 200 SQL Server Interview Questions And Answers

Download A 40 pages PDF And Learn Now.