SQL Server DBA Tutorial 149-In Place Upgrade of SQL Server 2012 to SQL Server 2014 Part1

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 13

  • @jimz6076
    @jimz6076 6 років тому +1

    A couple of things that were missed is you can run upgrade advisor from one central server and connect to many different SQL Servers. The first step is to open SQL Server configuration manager and add an alias to the central server you will be running Upgrade advisor from. Then connect to the server you are going to run upgrade advisor against and enable named pipes. We are in the process of upgrading 74 servers and I believe we have run into every issue imaginable.

    • @TechBrothersIT
      @TechBrothersIT  6 років тому

      Great - please do share your experience- it will benefit all of us. Thanks your time and comment.

  • @rsreejithtoo
    @rsreejithtoo 7 років тому

    By Upgrade you mean..moving everything to a new SQL Server 2014 installation or upgrading the existing SQL Server 2012.?

  • @sharma.shubham429
    @sharma.shubham429 7 років тому +1

    Great video guys....

  • @tejaaravind5271
    @tejaaravind5271 9 років тому

    i am new to this data migration..can u let me know what is in place and parallel

  • @oscaronorato
    @oscaronorato 5 років тому

    Hi,
    With the installation of the Upgrade Advisor 2014 I run it, but it takes hours and does not give me any reports.
    Why can this be?

    • @TechBrothersIT
      @TechBrothersIT  5 років тому +1

      Please check to see if it is being blocked by another process, are you running on 2012?

    • @oscaronorato
      @oscaronorato 5 років тому

      @@TechBrothersIT Yes, SQL Server 2012 Enterprise Edition.

    • @oscaronorato
      @oscaronorato 5 років тому

      @@TechBrothersIT Should I pause all SQL Server Services?

    • @oscaronorato
      @oscaronorato 5 років тому

      Finally I was able to solve the problem with the Data Migration Assistant v4.4 which can be downloaded from www.microsoft.com/en-us/download/details.aspx?id=53595

  • @CRVgarage
    @CRVgarage 5 років тому

    I would sum it up as Inplace upgrade is actual UPGRADE & Side by side upgrade is actual MIGRATION. Bc actual data transfer takes place in side by side approach.

    • @TechBrothersIT
      @TechBrothersIT  5 років тому +3

      Migration is usually considered transferring data between to system with same version, however if you are upgrading target that would be both migration and upgrade, even if you have to change compatibility mode to the higher version after migration.

  • @tejaaravind5271
    @tejaaravind5271 9 років тому

    And can u suggest me a link which will help for the Starters