SQL Server Database Mirroring Troubleshooting Notes June 11, 2013 POST In this post we will highlight a collection of troubleshooting notes related to SQL Server database mirroring.
SQL Server Database Mirroring Failover Notes June 10, 2013 POST In this post we will highlight some techniques on executing a failover when using SQL Server database mirroring.
Failed to Communicate with Debug Host Process in BIDS May 23, 2013 POST In this post we will discuss how to fix the “cannot communicate with the debug host process” error when trying to debug SQL Server Integration Services projects using the Business Intelligence Development Studio (BIDS).
ConvertStringSidToSid Error from the Volume Shadow Copy Service May 20, 2013 POST In this post we discuss how to fix the ConvertStringSidToSid error from the Volume Shadow Copy Service.
Migrating from SourceSafe to Mercurial December 7, 2012 POST In this post, I will describe two methods to migrate source controlled projects from Microsoft SourceSafe to Mercurial. The first method involves only migration of the latest code version; and the second method the migration of both objects and history.
Entity Framework Error When Calling SaveChanges Method June 28, 2012 POST In this post we will discuss how to address a potential transaction error when calling the SaveChanges method on an Entity Framework context variable.