Language problem when upgrading SQL Server

Jaime Stuardo 56 Reputation points
2021-03-11T22:58:20.417+00:00

Hello.

My scenario:

  • SQL Server 2017 in English
  • Windows 10 in Spanish

I want to upgrade SQL Server 2017 to SQL Server 2019 also in English, without uninstalling SQL Server 2017 first.

I have used the option to upgrade in the setup wizard. However, this error occurs:

Language error

How can I solve it?

Thanks
Jaime

SQL Server Other
0 comments No comments
{count} votes

8 answers

Sort by: Most helpful
  1. CathyJi-MSFT 22,396 Reputation points Microsoft External Staff
    2021-03-17T08:41:21.803+00:00

    Hi anonymous usertuardo-7580,

    > Or, if it is not possible. Can I safely uninstall SQL Server 2017 completely and then copy all MDF and LDF files to the new DATA folder to have all databases in the new instance?

    Yes, it is possible. Migrate SQL server 2017 to a new instance, then cleanly uninstall old SQL server 2017. You can backup all the databases and copy the full backups to the target and restore them there. Or detach the databases from the source and attach them to the target.

    Refer to the blog A Faster Way to Migrate SQL Server Instances to get more.

    0 comments No comments

  2. Jaime Stuardo 56 Reputation points
    2021-03-17T11:02:48.347+00:00

    I mean, to remove SQL Server 2017 instance first. The reason is because if I migrate to other instance, that instance will not be the default. That will case I will need to specify the instance name when I connect to it. By specifying the machine name will not be enough.


  3. Reza Akhavan 0 Reputation points
    2023-07-11T00:47:13.4066667+00:00

    Hi

    pls, close the sql server installer, and try again.

    The prob. will solve.

    regards

    0 comments No comments

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.