Difference between revisions of "Template:SQWareProduction sqwmsq RestoreDatabase.ksh help"

From Wiki_dbSQWare
Jump to: navigation, search
m (Updated by BatchUser)
m (Updated by BatchUser)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<pre>
 
<pre>
Sourcing sqwmsq_Global.lib v2023.03 SQWareProduction for MsSql (dbSQWare) ...  
+
Sourcing sqwmsq_Global.lib v2024.03 SQWareProduction for MsSql (dbSQWare) ...  
  
 
Usage: sqwmsq_RestoreDatabase.ksh [-h] -I <FreeTdsAlias> -DT <DatabaseName> [+ options]
 
Usage: sqwmsq_RestoreDatabase.ksh [-h] -I <FreeTdsAlias> -DT <DatabaseName> [+ options]
Line 7: Line 7:
 
   sqwmsq_RestoreDatabase.ksh restore database
 
   sqwmsq_RestoreDatabase.ksh restore database
 
SUPPORT
 
SUPPORT
   MsSql supported versions: 2000 <= v <= 2019
+
   MsSql supported versions: 2000 <= v <= 2022
  
 
PARAMETERS
 
PARAMETERS
Line 13: Line 13:
 
     -DT TargetDatabase : Target database to Load.
 
     -DT TargetDatabase : Target database to Load.
 
OPTIONS
 
OPTIONS
     -h   help          : Display the full usage.
+
     -h                 : Display the full usage.
 
     -s                : Display samples of usage.
 
     -s                : Display samples of usage.
 
     -F  filename      : Backup file to Load ((by default take the latest).
 
     -F  filename      : Backup file to Load ((by default take the latest).
     -BP  path          : Path to find backup to Load (default: 'HKEY_LOCAL_MACHINE', 'BackupDirectory').
+
     -BP  path          : Path to find backup to Load (by default: 'HKEY_LOCAL_MACHINE', 'BackupDirectory').
 
     -DS  DatabaseSource: Database source (by default same than -DT).
 
     -DS  DatabaseSource: Database source (by default same than -DT).
     -BD bck_date      : Date of Dump (by default take the latest).
+
     -DD date          : Date of Dump (by default take the latest).
 
     -FRT return_code  : Force return code value on error.
 
     -FRT return_code  : Force return code value on error.
 
     -REP              : Insert into repeat file on error.
 
     -REP              : Insert into repeat file on error.
 
     -Move              : Generate move instruction.
 
     -Move              : Generate move instruction.
     -Type  type      : Type of restore full,diff (default full).
+
     -Type  type      : Type of restore full,diff (by default full).
     -Before script     : Script to execute before restore.
+
     -Before   script : Script to execute before restore.
     -After  script    : Script to execute after restore.
+
     -After     script : Script to execute after restore.
 
     -BeforeSql script  : Sql script to execute before restore.
 
     -BeforeSql script  : Sql script to execute before restore.
 
     -AfterSql  script  : Sql script to execute after restore.
 
     -AfterSql  script  : Sql script to execute after restore.
     -AddMail email     : Email address to add at 'pmexpdba@gmail.com'.
+
     -AddMail   email   : Email address to add at 'pmexpdba@gmail.com'.
 
     -SendReport        : Send execution log report.
 
     -SendReport        : Send execution log report.
 
     -NoMail            : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error).
 
     -NoMail            : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error).
     -Locale   locale   : Force Locale for help display (fr,en).
+
     -Locale   locale : Force Locale for help display (fr,en).
     -Exec              : Execute commands (default, display generated commands)
+
     -Exec              : Execute commands (by default, display generated commands).
  
 
</pre>
 
</pre>

Latest revision as of 16:14, 26 April 2024

Sourcing sqwmsq_Global.lib v2024.03 SQWareProduction for MsSql (dbSQWare) ... 

Usage: sqwmsq_RestoreDatabase.ksh [-h] -I <FreeTdsAlias> -DT <DatabaseName> [+ options]

DESCRIPTION
   sqwmsq_RestoreDatabase.ksh restore database
SUPPORT
   MsSql supported versions: 2000 <= v <= 2022

PARAMETERS
     -I   Instance      : Target instance (freeTds alias).
     -DT TargetDatabase : Target database to Load.
OPTIONS
     -h                 : Display the full usage.
     -s                 : Display samples of usage.
     -F   filename      : Backup file to Load ((by default take the latest).
     -BP  path          : Path to find backup to Load (by default: 'HKEY_LOCAL_MACHINE', 'BackupDirectory').
     -DS  DatabaseSource: Database source (by default same than -DT).
     -DD  date          : Date of Dump (by default take the latest).
     -FRT return_code   : Force return code value on error.
     -REP               : Insert into repeat file on error.
     -Move              : Generate move instruction.
     -Type   type       : Type of restore full,diff (by default full).
     -Before    script  : Script to execute before restore.
     -After     script  : Script to execute after restore.
     -BeforeSql script  : Sql script to execute before restore.
     -AfterSql  script  : Sql script to execute after restore.
     -AddMail   email   : Email address to add at 'pmexpdba@gmail.com'.
     -SendReport        : Send execution log report.
     -NoMail            : Deactivate sendmail on error pmexpdba@gmail.com (by default, send on error).
     -Locale    locale  : Force Locale for help display (fr,en).
     -Exec              : Execute commands (by default, display generated commands).