Tag: Migration

Migrate SQL Server Database to an Azure SQL Database
Migrate SQL Server Database to an Azure SQL Database
Blog Posts

You can use Azure Database Migration Service to migrate the databases from an on-premises SQL Server instance to Azure SQL Database. In this example, we will move the SQL Server 2008 database on on-premises Windows Server 2008 R2 to Azure SQL. As seen in the image below, there is a database called “DCOInsurance” on SQL… READ MORE

Jeff Willinger & Benjamin Niaulin
Jeff Willinger & Benjamin Niaulin
Blog Posts

Video Transcript Hi my name is Jeff Willinger J Willie on Twitter and I am super excited to be here on the floor of the European SharePoint, Office 365 and Azure conference ESPC19 and once again I’m here at happy hour and once again I have a new guest today and if you don’t recognize… READ MORE

How to Migrate Azure PowerShell from AzureRM to the new Az Module
How to Migrate Azure PowerShell from AzureRM to the new Az Module
Blog Posts

In December, Microsoft released version 1.0.0 of the new Az Module. Az is a cross-platform PowerShell module to manage resources in Azure that is compatible with both WindowsPowerShell and PowerShell Core. Why to migrate to Az? Az is written from ground up in .NET Standard which allows us to use the module in PowerShell Core on Windows, MacOs or Linux platforms. It is… READ MORE

Design solutions using virtual machines - Part 1
Design solutions using virtual machines – Part 1
Blog Posts

Understand the Maintenance and Downtime Unplanned Hardware Maintenance Event This event occurs when Azure predicts either hardware or any platform component is going to fail. Azure Issue an unplanned hardware maintenance alert to reduce the impact to the VMs hosted on that hardware. What is the impact in this case?In this scenario Azure uses Live migration to… READ MORE