This week on a project I came up against the need to set up some AlwaysOn Availability Groups (AG’s) for SQL Server 2014 in an Azure IaaS environment, using v2 (or Resource Manager/ARM) based VMs as opposed to the v1 (or Service Manager/ASM) based ones. I came across varying bits of documentation to do with…
Tag: SQL Server
Directly querying SharePoint databases
One of the first rules of SharePoint that you learn when you start diving in to the product is that you shouldn’t ever touch the SharePoint databases – it’s fairly well known that you should leave them alone, but I’ve been asked the question a few times over the years “Well what if I’m just…