Since installing VS 2012 and un-installing VS 2010, I am now unable to connect to our SQL Server using Management Studio 2012 (which was already installed)
All I get is
A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (privider: SSL Provider, error: 0 – the wait operation timed out) (Microsoft SQL Server, Error: 258)
the wait operation timed out
I have ‘repaired’ my SQL Server 2012 tools instance, but still no worky. I can connect to local instances – unfortunately this is of no use at all
Any ideas on this one? I’m thinking I will have to uninstall the lot and start again, which surprise surprise I’d rather not have to do
EDIT: ok so having googled a bit more, I uninstalled .net 4.5 (and installed .net 4.0) and magically SMSS connected again, but of course VS2012 then stopped working. so I installed VS2012 again, and low and behold SMSS refuses to connect again. what frickin gives?
You should installing SQL Server 2012 first before you install VS 2012.
Uninstalling VS 2010 will also break VS 2010 IDE that is included with SQL Server 2010.