Upgrading is very straight forward, improvements were done in .NET 4.6.1 related to the MultisubnetFailover and AlwaysOn. Here is the section from the .NET team this blog post that is relevant for SQL AlwaysOn. The connection string in TFS still sets MultisubnetFailover to true but it is no longer required any longer. Improve MultisubnetFailover connection […]
Continue reading
Archive | SQL Server 2012 RSS feed for this section

Versioning your SQL Server Database using Team Build and Release Management
You’ve versioned your assemblies using Team Build before… I’m sure you are all aware of the nice little PowerShell script “ApplyVersionToAssemblies.ps1” that updates your C# AssemblyInfo.cs files, you can find it on codeplex here. It is part of a great project named Community TFS Build Extensions which provides a place for build engineers to share […]
Continue reading