Recent Posts
Can’t Access The SQL Server Configuration Page From The Portal
In this quick post, we will see how to solve a problem that was reproduced in an Azure VM with SQL Server. The main point is that the problem began after we tried to change collation on the SQL Server. Problem While we change collation in a SQL Server on an Azure VM,...
read moreIntroduction To Azure Batch
In this post, we talk about Azure Batch Service. This service was created to execute parallels batch workloads without having the stress of the resources that they need to run these jobs.
read moreRestore Database To SQL Managed Instance
In this post we will see how we can easily restore database in Azure SQL ManagedInstance. There are two ways to do this, using T-SQL and Powershell. Using Powershel Before executing the following Powershell Script to restore the database we must be sure for the...
read moreRemove Unused Directories And Cancel Subscriptions
Introduction In this post, we will see how to remove unused subscriptions and directories. Remove Unused Directories All of us at a point to time we had to add our email account to another AAD (Azure Active Directory). But, for some reason, we forget or we don't...
read more