Over the years there have been several releases of SharePoint Server for on-premises installations. In the past, Microsoft released them about every three years (SharePoint Server 2007, 2010, 2013, 2016, 2019). This meant customers didn’t see any new features for three years and then we had to go through a lengthy, well-planned, and thought-out upgrade process to deploy the next version. You may be wondering where the next major release of SharePoint Server is since we haven’t seen anything about SharePoint Server 2022. … Microsoft released SharePoint Server Subscription Edition, which is expected to be the last major release of any on-premises SharePoint Server product. Microsoft is changing things up… Read More
Continue ReadingMoving or Renaming a Web Application Content Database
When creating a web application in SharePoint 2013 it will communicate with SQL Server to create the supporting content database. Depending on what steps are used to create the Web Apps it sometimes creates the SharePoint database with a not-so-‘friendly’ database name and it may contain a ginormous GUID, (which I pronounce Goo-id) as part of the database name. When working with these databases it can become challenging to specify the name of the database within PowerShell or SQL Server so you’ll want to rename the database to a more user-friendly name. You may also decide you need to move the database to a different location on your hard drives, but you don’t want to recreate the Web… Read More
Continue ReadingConfiguring SQL Server Log Shipping on SharePoint Content Databases
Implementing data redundancy is one of the most effective ways to avoid data loss in any application. Although this article discusses configuring redundancy for SharePoint content stored in SQL Server by configuring SQL Server log shipping, redundancy should not be limited to only data redundancy. Any possible single point of failure, including hard drives, cables, and DNS or IIS entries should be taken into consideration to ensure you are able to quickly recover from what could be a disaster. There are several methods to choose from when determining the type of data redundancy you need to ensure business continuity. A few of these methods include; SQL Server clustering, database mirroring,… Read More
Continue Reading