Ubuntu Sql Server Error: The Evaluation Period Has Expired
I am getting the following error on my Ubuntu system Error: The evaluation period has expired. This program has encountered a fatal error and cannot continue running. The followi
Solution 1:
As per policy of SQL server evaluation edition, the free license will expire every six months, I hope you have backup of all DBs or
One way:
The other way:
- Take backup
- uninstall the sql server completely
https://dba.stackexchange.com/questions/174175/how-do-i-totally-remove-sql-server-2017-on-ubuntu
- Check latest version of sql server for suitable to ubuntu version and install
Post a Comment for "Ubuntu Sql Server Error: The Evaluation Period Has Expired"