1. https://technet.microsoft.com/fr-fr/library/ff607813.aspx

    L’applet de commande Upgrade-SPContentDatabase lance une mise à niveau d’une base de données de ... tapez la commande suivante : get-help about ...

  2. Get-SPDatabase

    https://technet.microsoft.com/en-us/library/ff607889.aspx

    09/03/2015 · The Get-SPDatabase cmdlet displays all ... Specifies the name of the SQL instance that contains the database in either the form "Server" for a ...

  3. Upgrade a Database Using Detach and Attach

    https://docs.microsoft.com/en-us/sql/relational-databases/...

    If the compatibility level of a user database is 100 or higher before upgrade, it remains the same after upgrade. If the compatibility level is 90 before upgrade in the upgraded database, the compatibility level is set to 100, which is the lowest supported compatibility level in SQL Server 2016.

    • Code sample

      USE master;
      GO
      CREATE DATABASE MyDatabase
        ON (FILENAME = 'C:\MySQLServer\MyDatabase.mdf'),
        (FILENAME = 'C:\MySQLServer\Database.ldf')...
  4. Upgrading to the New Release of Oracle Database

    https://docs.oracle.com/cd/E11882_01/server.112/e23633/upgrade.htm

    3 Upgrading to the New Release of Oracle Database. ... When you upgrade to a new release of Oracle Database, ... You can query the system to get a list of files and ...

  5. https://docs.microsoft.com/fr-fr/java/api/com.microsoft.azure...

    Sql Database. get Upgrade Hint Method Définition. Paquet: com.microsoft.azure.management.sql. Dans cet article. public UpgradeHintInterface getUpgradeHint() Retours.

  6. mysql_upgrade - Check Tables for MySQL Upgrade

    dev.mysql.com › … › MySQL Installation-Related Programs

    mysql_upgrade examines all tables in all databases for incompatibilities with the current version of MySQL Server. mysql_upgrade also upgrades the system tables so ...

  7. Upgrading databases - IBM

    https://www.ibm.com/support/knowledgecenter/SSEPGG_9.7.0/com.ibm...

    After you upgraded your instances to DB2 Version 9.7, you need to upgrade each database under each instance.

  8. Upgrade-SPContentDatabase

    https://technet.microsoft.com/en-us/library/ff607813.aspx

    09/03/2015 · Resumes a failed database upgrade or begins a build-to-build database upgrade.

  9. Upgrade — NetXMS 2.1-M2 Administrator Guide

    https://www.netxms.org/documentation/adminguide/upgrade.html

    If it’s not, most likely you have to upgrade your database to newer version. To upgrade database, use nxdbmgr utility: C:\NetXMS\bin> nxdbmgr upgrade

  10. Upgrade content databases to SharePoint 2013

    https://technet.microsoft.com/en-us/library/cc263299.aspx

    16/12/2016 · Upgrade content databases to SharePoint 2013 (this phase) Upgrade site collections to SharePoint 2013. For an overview of the whole process, ...