I am getting Integration Services evaluation period has expired message.

Irina Chvets 0 Reputation points
2023-11-06T11:53:33.74+00:00

I am getting Integration Services evaluation period has expired message.

Last year I installed a server on my local machine. I needed a local database at the time.

After 6 mounts I started getting this message. Integration Services evaluation period has expired.

But I have downloaded and in stalled Enterprise Edition version enu_sql_server_2022_enterprise_edition_x64_dvd_aa36de9e.iso

I also checked that under my subscription I do not need activation keys. I tried to run Edition Upgrade but the process got suspended.

Could anyone please assist in this issue as I can not longer start SQL server.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,822 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Azar 22,860 Reputation points MVP
    2023-11-06T12:06:13.22+00:00

    Hi Irina

    Firstly Verify that your SQL Server edition is in the Enterprise Edition. If you have installed the Enterprise Edition, you shouldn't see evaluation period expiration messages.

    also, check if your license is properly applied it sometimes happens due to this too.

    If you're sure you have the correct edition and a valid license like I mentioned above, you may need to upgrade your SQL Server edition to the Enterprise Edition. Here's how you can do it:

    Open SQL Server Installation Center.

    Click on "Maintenance" on the left panel.

    Choose "Edition Upgrade."

    Follow the wizard to upgrade your edition to Enterprise.

    kindly reboot your system after doing so and hopefully this gets fixed, do this one more time and if it still is the issue kindly raise the support req from the below link and someone from team will contact you soon.

    https://support.microsoft.com/en-US/search/results?query=sql&isEnrichedQuery=false

    Hope this helped if it helped kindly accept the answer thanks you very much.


  2. Olaf Helper 44,736 Reputation points
    2023-11-06T12:24:56.5066667+00:00

    But I have downloaded and in stalled Enterprise Edition version

    And have you installed it with a valid Enterprise product key; a very expensive one?

    If not then you have installed it as Evaluation Edition and that one expires after 180 days = 6 months.


  3. Yitzhak Khabinsky 25,861 Reputation points
    2023-11-06T14:20:10.49+00:00

    Hi @Irina Chvets,

    Just execute the following statement in your SSMS:

    SELECT @@VERSION;
    

    It will show you exactly what SQL Server version and its edition is installed.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.