• After applying Service Pack 1 for SQL Server 2012 you may encounter a known issue! Details inside…..

    I’d like to make you aware of an issue that may occur after installing Service Pack 1 for SQL Server 2012. Some of the symptoms are: The Windows Installer process (MSIExec.exe) repeatedly starts and attempts to repair specific SQL Server assemblies. Your...
  • Adding mount points to a WSFC SQL Cluster ( FCI ) Instance

      In this blog post I will look at how you can add a mount point to a Windows Server Failover Cluster and use that mount point for SQL Server 2005 and later installations.    I already have the SQL FCI setup and configured, so at this point...
  • Tracking down Power View Performance Problems

    The scenario was that we saw sluggishness on the initial load of a Power View Report and also when we went to use one of the filters on the report - like a Pie Chart Slice. For the given report the customer had showed us, the initial load was taking 13...
  • Upgrade from SQL 2005 to SQL 2012 fails with error “Service 'SQLSERVERAGENT' start request failed.”

    I was working on a 2005 to 2012 upgrade issue and came across an interesting issue which I thought of sharing with you guys.   Whilst running an upgrade from 2005 SP4 to 2012 RTM (and/or slipstreamed copy) it failed half way through, giving the error...
  • How to: Restoring SQL File stream Data

    It is not uncommon to have multiple copies of the same database on a single instance or to restore copy of a database from one instance to another for testing.   I was asked - “How does this work when I have filestream data in my database?”  ...