How to create Azure Database for PostgreSQL servers

How to create Azure Database for PostgreSQL servers

In this Azure tutorial, we will discuss the step-by-step guide to create Azure Database for PostgreSQL servers in Azure Portal. How to create Azure Database for PostgreSQL servers Follow the below steps to create the Azure Database for PostgreSQL servers. 3. On the Azure Database for PostgreSQL servers page, click on the + Create button …

Read more

How to connect Power BI to Azure SQL database

How to connect Power BI to Azure SQL database

In this Azure tutorial, we will discuss how to connect Power BI to Azure SQL database. How to connect Power BI to Azure SQL database Well, before discussing the actual topic, let’s discuss the prerequisites needed to connect Azure SQL database with Power BI. Prerequisites Below are the Prerequisites needed here. Assuming you are ready …

Read more

An error happened while reading data from the provider: While connecting to Azure SQL Database from Power BI

An error happened while reading data from the provider: While connecting to Azure SQL Database from Power BI

In this Azure article, we will discuss the solution for the error “An error happened while reading data from the provider: ‘Could not load file or assembly ‘System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. Either a required impersonation level was not provided”. I was unable to connect to Azure SQL database from Power …

Read more

Azure SQL Elastic Pool

Azure SQL Elastic Pool

In this Azure article, we will discuss all about Azure SQL Elastic Pool like what is Azure SQL elastic pool, how to create Azure SQL elastic pool, etc. Azure SQL Elastic Pool Azure SQL Elastic pools are excellent solutions to manage and scale databases having unpredictable usage demands. This is a very cost-effective solution. Here, …

Read more

Azure SQL managed instance vs Azure SQL

Azure SQL managed instance vs Azure SQL

In this Azure SQL article, we will discuss the key differences between Azure SQL-managed instance and Azure SQL and the similarities between both Azure SQL managed instance and Azure SQL. Along with that, we will discuss a few other topics. Azure SQL managed instance vs Azure SQL Well, let’s do a tabular comparision between Azure …

Read more

How to create table in Azure SQL database

How to create table in Azure SQL database

In this Azure SQL article, we will discuss a step-by-step guide to create a table in the Azure SQL database quickly. How to create table in Azure SQL database Before discussing the actual functionality, let’s discuss the prerequisites needed here. Prerequisites You must have an Azure Subscription or Azure account. If you don’t have till …

Read more

How to get Azure SQL database connection string

How to get Azure SQL database connection string

The Azure SQL database connection string is a piece of important information that is required for any application to connect to the Azure SQL database. In this Azure article, we will discuss the steps to get the Azure SQL database connection string. How to get Azure SQL database connection string It’s easy to get the …

Read more

The ‘Set-AzSqlDatabase’ command was found in the module ‘Az.Sql’

The 'Set-AzSqlDatabase' command was found in the module 'Az.Sql'

In this article, we will discuss how to fix the error “The ‘Set-AzSqlDatabase’ command was found in the module ‘Az.Sql’, but the module could not be loaded.” which i got while executing a PowerShell script to rename the Azure SQL database. The ‘Set-AzSqlDatabase’ command was found in the module ‘Az.Sql’ Recently, I had a requirement …

Read more

How to rename Azure SQL database

How to rename Azure SQL database

Sometimes, you might have the requirement to rename the Azure SQL database. In this article, we will discuss how to rename the Azure SQL database and along with that, we will also discuss a few other topics as mentioned below. How to rename Azure SQL database Before, starting the actual functionality, you should know the …

Read more

Azure Data Studio Connect To SQL Server (Easy Steps)

Azure Data Studio Connect To SQL Server

In this Azure article, we will discuss how to connect to SQL server from Azure Data Studio. Along with that, we will also discuss a few other topics. Azure Data Studio Connect To SQL Server Before starting the actual topic, let’s discuss the prerequisites needed here. Prerequisites Below are the prerequisites needed here. You must …

Read more