Installing Full-Text using Evaluation version to my licensed standard version MSSQL

Arson Marianus 20 Reputation points
2024-10-11T07:38:50.2833333+00:00

Hi,

I have installed MSSQL standard version in my server with a license, but I lost yang original ISO installer, I wonder, if I want to add addon like Full Text, can I do it using eval version, without broker my current license?

Thanks

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. Olaf Helper 47,441 Reputation points
    2024-10-11T07:57:09.7833333+00:00

    Yes, you can use the Evaluation Edition to add feature to an existing SQL Server, you can even install an additional named instance.

    The SQL Server installer is always the same, then product key "drives" the Edition.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2024-10-11T08:04:32.0033333+00:00

    Hi @Arson Marianus

    Thank you for your reaching out and welcome to Microsoft Q&A!

    By default, Full Text Search is not installed during SQL Server installation. However, you can select it as an additional feature during installation. If you have already installed SQL Server without selecting the Full Text Search feature, you will need to run the setup again to add this component to the existing instance. Therefore, you could add feature to the installed instance through the evaluation version.

    Once the installation is complete, you can verify the installation by running the following T-SQL statement, you can also validate the installation by looking at the Windows services and checking for the new service related to Full Text Search.

    User's image

    I hope this helps! If you have any more issues or need further assistance, feel free to share with us!

    Best regards,

    Lucy Chen


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    https://docs.microsoft.com/en-us/answers/support/email-notifications


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.