Hello,
I manage several stand-alone SQL Servers with SharePoint on top. The architecture is a bit special due to location-issues, so it may not look "best practise", but for good reasons.
I manage about a dozen farms like that. It's always SQL Server 2012 - database engine & client tools like Management Studio. Again, this is due to location issues.
As far as I understand, during the installation of Management Studio for SQL Server 2012, Visual 2010 C++ redistributable is installed. This software is now "end-of-lifecycle", so my IT Security-department has asked me to deinstall it. On most farms, this wasn't an issue. However, the final three farms throw weird errors. During the uninstallation, the process says it has to stop & restart SQL Server (hasn't happened on the other boxes) and after the Uninstall, Management Studio doesn't work anymore. Even when installing the newest Management Studio or connecting from another server with Management Studio, I get errors.
Example, when I try to open the properties of a database:
"Could not load the DLL xpstar.dll or one of the DLLs it references. Reason 126 (the specified module could not be found"
Funnily enough, this DLL still exists, so it has to be a reference or something. SharePoint seems to work, but I haven't tested this properly, I rolled back the uninstall. Most activities within Management Studio were impossible.
Does anyone know this error? Does anyone have any idea?