THE LOCAL NODE IS NOT PART OF QUORUM

Error: While trying to setup a couple of SQL Enterprise servers in an Availability Group I kept getting the message “The local node is not part of quorum and is therefore unable to process this operation” Fix: I had done things in the wrong order. I had ticked “Enable AlwaysoOn Availability Groups” in SQL Server Configuration Manager... » read more

Syncfusion Blazor SfUploader with Azure Storage

Windows Azure Storage SDK Need to download and install the Windows Azure Storage SDK first. Go to NuGet Package Manager and search for “WindowsAzure.Storage” Note: There is a new version of SDK “Azure.Storage.Blobs” but not all functions has been migrated over to the newer version. Example: Index.razor Note: The ID field must be “UploadFiles” to... » read more

Azure Blob Storage SDK

Get started with the Azure Blob Storage client library v12 for .NET. Azure Blob Storage is Microsoft’s object storage solution for the cloud. Follow steps to install the package and try out example code for basic tasks. Blob storage is optimized for storing massive amounts of unstructured data. Use the Azure Blob Storage client library... » read more

Setup New Windows Clustering on AlwaysOn Database Servers

Make sure to install “Windows Failover Cluster” feature on all nodes in the cluster. Open up “Failover Cluster Manager”. Right click on Failover Cluster Manager and select “Create Cluster”. Select list of servers to be in the cluster. Run Cluster Validation. Provide a “Cluster Name”. Provide a “Networks/IP Address”. Setup a listener is optional but... » read more

Install the Failover Clustering feature

Install the Failover Clustering feature Start Server Manager. On the Manage menu, select Add Roles and Features. On the Before you begin page, select Next. On the Select installation type page, select Role-based or feature-based installation, and then select Next. On the Select destination server page, select the server where you want to install the feature, and then select Next. On the Select server roles page, select Next. On the Select features page,... » read more