SQL
SQL 2012 Always On Availability Group Setup For SharePoint 2013 – Part 1
A quick glance at this page here Formal Reading for AAG is always a good start. This post would cover some of the more technical aspects involved. To begin with setting up the Windows Failover Cluster would be the initial task to be completed. Windows Failover Cluster A Windows Server Failover Clustering (WSFC) cluster is a group [...]
Windows Failover Cluster Errors
As part of an Always On Availability Group for SQL 2012 that was being built for a SharePoint 2013, the following error was occurring when trying to create a Windows Failover Cluster : Digging a bit deeper into the Storage issue revealed the speed bump: List Potential Cluster disks kept failing. And another symptom [...]
SharePoint 2010 Update of Databases Compactibility Upgrade Recommended
If you have recently upgraded your SharePoint 2010 Farm , you would notice the following Health Analyzer Warning : Within Central Admin Under Upgrad and Migration you would find the following messages. If you have a farm of Web Front Ends and Application Servers , Start the configuration Wizard on your primary Application server [...]
Installing SQL 2012 on Windows 2008 R2 Core SP1
Scenario: Windows 2008 R2 Core SP1 – Domain joined, updated. Denali RC0 ISO File attached to VM. Preparing Windows 2008 R2 Core for Installation Run the following Command File to pre prep the server. 123456789DISM /Online /Enable-Feature /FeatureName:ServerCore-WOW64 DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore DISM /Online /Enable-Feature /FeatureName:NetFx2-ServerCore-WOW64 DISM /Online /Enable-Feature /FeatureName:NetFx3-ServerCore DISM /Online /Enable-Feature /FeatureName:NetFx3-ServerCore-WOW64 DISM [...]