How to import the Azure SQL database using BACPAC
We have created a single database with sample Adventure Works DB in one of previous articles. We also have created single database empty in Azure SQL and then added schema…
We have created a single database with sample Adventure Works DB in one of previous articles. We also have created single database empty in Azure SQL and then added schema…
We have created a single database with sample Adventure Works DB in one of previous articles. We also have created single database empty in Azure SQL and then added schema…
Many times database developers and database administrators work on enterprise applications, they make changes to the databases. The changes to the databases are captured as SQL scripts and they exchange…
In previous article, we have seen how to create a blank Single Database in Azure SQL. We also have created a schema using SSMS. In this article, we will see…
Managed instances in Azure SQL is the new deployment options that provides near 100% compatibility with on-premise SQL Server (Enterprise) database engine features. It provides a native virtual network (VNet) implementation that…
I created a single database in one of my previous articles. I also created elastic pool. But when I navigated to elastic pool, I could not find any button or…
We know that Single Database is one of the deployment option provided in Azure SQL. Single database has its own dedicated set of resources. You have two options: DTU Based…
If you are trying to create Azure SQL instance for the first time in your career, it may be very confusing because of the deployment option offered by Azure. In…
In previous articles, we have seen how to create Cosmos DB account and how to create containers and insert item to the containers. But if you were already using some…
Most of us use UI tools to interact with databases during development activities. When the application is installed on test / user's machines, these tools may not be available for…
AZ-203 is the new certification exam announced By Microsoft few months back. The 70-532 certification is now retired. People who have given 70-532 exam need to either appear AZ-202 to…