Question

Has anyone tried to use SQL Server 2014 Developer Edition (64 bit) on Windows 10 yet? I have a Lenovo G50-45 laptop that came with Windows 8.1 and I have the option to upgrade, but I don't want to shoot my working setup in the tail by upgrading -- unless it is pretty certain to be successful and reasonably bump free. I guess I'm hoping to hear from someone who took the plunge who can report unparalleled success (or abject failure) to help nudge me off the fence on upgrading Windows.

Was it helpful?

Solution

SQL Server 2014 works on Windows 10 just fine. Some upgrade paths, though, will move all your apps and services to Windows.old (this happened to me one upgrade out of 4 or 5), so be careful and take the usual backups and other precautions. Thankfully, reinstalling SQL Server is not an extremely elaborate process.

OTHER TIPS

There is known issue with Windows 10 not with SQL Server as such. What happens is when you upgrade your system to windows 10 from previous version and you either have SQL Server 2012/SQL Server 2014 and you restart your windows machine the SQL Server services will not come online even if startup mode is automatic.

You would have to manually go and start the SQL Server services from SCCM or Services.msc, I would recommend you always manage services from SSCM. I am not sure whether MS is working on it. This is all assuming there is no issue with SQL Server.

Solution:

There is a workaround though, you can delay the start of SQL Server service by selecting Automatic (delayed start). Go to services.msc locate SQL Server services right click and select properties. Below page will appear. In startup select Automatic(Delayed Start).

enter image description here

After selecting above restart your windows machine

NOTE: Due to delayed start SQL Server service might take some time to come online but eventually it will.

There is similar issue mentioned in this msdn thread

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top