Sql-server – How does changing Windows SID affect SQL Server

sql serverwindows-server-2008

Our Windows admins have identified an issue with the way that they clone Windows servers. Apparently some of the cloned servers end up with the same SID at the OS level. I hear Microsoft doesn't support servers that have duplicate SIDs. Therefore, the SIDs on these servers need to be changed.

I'm curious how that affects SQL Server. Any ideas? How does it affect clustered database servers?

Best Answer

Leave the SID alone. NewSID has been retired because Mark Russinovich did some digging and found that the whole "duplicate SIDs == bad!" line we've all had drummed into our skulls over the past decade or so is just a load of nonsense.

See Mark's latest blog entry: The Machine SID Duplication Myth.