Create and Verify Microsoft Fabric Capacity

From June 1, 2023, Microsoft Fabric (preview) capacities are available via the Azure portal. Now, we can provision Microsoft fabric easily using Microsoft PowerBI premium per capacity or using Microsoft fabric capacity using Azure portal. It is important to note that all the capacity sits under Microsoft Fabric tenants. In this blog, we delve into […]

Read more
Azure Storage Account

This blog post aims to provide an overview of Azure Storage Accounts. It will explain how to create them and use them effectively. Azure Storage Account Azure Storage Account is a container for scalable and durable cloud storage solutions. It is capable of handling large amounts of data and supports various types of data such […]

Read more
Azure Resource Group

What is Azure Resource Group? Azure Resource Group is a powerful feature that enables effective organization and management of resources in the Azure cloud. A Resource Group is a logical container that allows you to group and manage multiple resources, such as virtual machines, storage accounts, databases, and web apps, all in one place. By […]

Read more
What Is Azure Data Factory?

What Is Azure Data Factory? Azure Data Factory (ADF) is a cloud-based PaaS data integration solution that provides a fully managed, serverless environment for ingesting, preparing, and transforming your data at scale. With ADF, you can easily create and manage data pipelines that can move and transform data between various sources and destinations, such as […]

Read more
Creating Your First Azure SQL Database

Azure SQL Database is a cloud-based database service that offers scalability and flexibility to handle large workloads. It’s based on Microsoft SQL Server Database Engine and provides a managed environment for easy provisioning, patching, upgrading, and monitoring. In this article, we’ll delve into the essential configurations of Azure SQL Database and provide a comprehensive guide […]

Read more
Best way to monitor high worker thread on SQL Server

It is common to see high worker count issue on the production server and it can have a range of negative impacts on SQL Server performance and stability, potentially leading to degraded user experience and even downtime. Some of the common reasons for high worker thread issues in SQL Server. Blocking Sudden workload spike Resource […]

Read more
Powershell Error – Import-Module AzureRm

I was playing with SQL Azure on my brand new Surface pro device.  I open the Windows Powershell ISE as administrator to import AzureRm module by running the below command; Import-Module AzureRm It returned this error: PS C:\windows\system32> C:\Users\User\Desktop\Azure Script.ps1 File C:\Users\User\Desktop\Azure Script.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see […]

Read more
Only one Log Reader Agent can connect to a database at a time error – Transaction Replication/CDC

An interesting issue regarding SQL Server Transaction Replication/CDC log reader agent job can’t be started with the following error: Msg 18752, Level 16, State 1, Procedure sp_replcmds, Line 1 [Batch Start Line 229] Only one Log Reader Agent or log-related procedure (sp_repldone, sp_replcmds, and sp_replshowcmds) can connect to a database at a time. If you executed […]

Read more