Источник:
http://www.agermark.com/2016/10/sql-...xpired-on.html
==============
If you have made deployments before summer, you might have deployments where the SQL Server is installed with a trial license and it is set to expire november 1st. When it expires you are not able to start the SQL Server service anymore.
Here are the necessary steps to update SQL Server:
- Obtain a valid installation media and license.
- Stop the "Hyper-V Time Synchronization Service" service.
- Change the system date on the server, to a date before the trial expiry date.
- Run SQL Server installation and choose "Upgrade from preview version"
- Start the "Hyper-V Time Synchronization Service" service again.
The reason for changing the system date is that the upgrade won't run if it can't start the existing SQL Server service.
Источник:
http://www.agermark.com/2016/10/sql-...xpired-on.html