Read only replica Azure SQL

In this Azure SQL tutorial, we will discuss various aspects of a read-only database in Azure SQL. We will discuss, what is a read-only database in SQL, how to make a database read-only in Azure and vice versa, advantages and disadvantages of a read-only database. Introduction In real-time scenarios, you have a primary database and … Read more >>

Bulk loading data to Azure SQL

MongoDB update vs updateMany example

In this tutorial, we will learn about bulk loading data to Azure SQL and see various bulk inserting techniques along with some examples. Bulk import and export to Azure SQL database Bulk importing or bulk loading means importing a large amount of data from a file into a database. If you encounter the need to … Read more >>

Connect to Azure SQL database using Python

Python code to connect to Azure SQL database

You can use an Azure SQL database with a Python application. But there are some steps that you need to follow before you can connect your Python application to the database. And we will discuss the following set of topics. Connect to Azure SQL database using Python To connect to Azure SQL database using Python, … Read more >>

Azure SQL database configure firewall

Deploy and configure Azure firewall using the Azure portal

In this Azure SQL tutorial, we will discuss the Azure SQL database firewall and how to configure it. We will discuss various methods to configure an Azure SQL database firewall. The Azure SQL firewall is a layer of security added to prevent any types of malicious requests. You can allow or disallow any IP address … Read more >>

Create stored procedures in Azure SQL database

Create stored procedure template for Azure SQL database

This Azure SQL article will help you to get familiar with stored procedures in an Azure SQL database. We will explain how to create stored procedures in an Azure SQL database with the help of some examples. How to create stored procedure in Azure SQL database In this section, I will explain how to create … Read more >>

Azure sql password validation failed

Azure sql password validation failed

In this Azure SQL tutorial, I will explain the error ‘Password validation failed. The password does not meet policy requirements because it is not complex enough.‘ Recently, I was trying to change my user password in the Azure SQL database. I was using SQL Server management studio to connect to my Azure SQL database. I … Read more >>

How to create SQL authentication user in Azure SQL database

Azure SQL create user and login

When you create an Azure SQL database, a default administrator user is created. This user has all the administrative rights and can manage the SQL server and the databases as an administrator. However, you also need to create more users to manage access to the database. We use multiple users with different authorization levels and … Read more >>

Cannot open backup device operating system error 50 azure

Cannot open backup device. Operating system error 50

In this blog, I will explain how I managed to resolve the error “Cannot open backup device. Operating system error 50”. Cannot open backup device operating system error 50 azure Recently, when I was trying to create a backup of my local SQL Server database on an Azure blob container, I faced the error “Cannot … Read more >>

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 >>

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 >>

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.