How to resolve an issue of Database Restoring in SQL Server June 25, 2020 If your SQL Server database has gone into a single user mode with the (Restoring) in brackets in SQL Server Management Studio, we can use the following command to resolve the issue: RESTORE DATABASE [YourDBName] WITH RECOVERY Happy Coding! Read more
Azure Web App Service - Serverless Architecture May 31, 2020 My another video on Azure Serverless Architecture Read more
Dynamic Data Masking - SQL Server 2016 May 23, 2020 Hello everyone, This video is a hands on the "Dynamic Data Masking - SQL Server 2016". Enjoy! Read more
Azure Logic Apps May 07, 2020 My article on Azure Logic Apps on my company website. https://www.dmsgroup.ca/2020/02/03/an-introduction-to-azure-logic-apps/ Read more