Evan Corbett troubleshoots an issue:
After building a contained availability group in SQL Server, a customer was experiencing intermittent issues connecting to their primary database. Our investigation revealed that the SQL Authentication login being used had been created both within the context of the contained AG as well as directly on the primary node but had different SIDs in each location.
This is a pretty common issue when using SQL authentication, and it always seems to bite at the least opportune times.
Comments closed