Template:SQWareProduction sqwmsq CheckdbDatabase.ksh help: Difference between revisions
Jump to navigation
Jump to search
m Updated by BatchUser |
m Updated by BatchUser |
||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
Sourcing sqwmsq_Global.lib v3.1. | Sourcing sqwmsq_Global.lib v3.1-beta.05 SQWareProduction for MsSql (dbSQWare GPL v3) ... | ||
Usage: sqwmsq_CheckdbDatabase.ksh [-h] -S <FreeTdsAlias> -D <DatabaseName> [+ options] | Usage: sqwmsq_CheckdbDatabase.ksh [-h] -S|-I <FreeTdsAlias> -D <DatabaseName> [+ options] | ||
DESCRIPTION | DESCRIPTION | ||
sqwmsq_CheckdbDatabase.ksh | sqwmsq_CheckdbDatabase.ksh Checkstoragedb of database | ||
SUPPORT | SUPPORT | ||
MsSql supported versions: 2000 <= v <= 2012 | MsSql supported versions: 2000 <= v <= 2012 | ||
PARAMETERS | PARAMETERS | ||
-S Instance | -S|-I Instance : Target instance (freeTds alias). | ||
-D databasename | -D databasename : Target database. | ||
OPTIONS | OPTIONS | ||
-h help | -h help : Display the full usage. | ||
-s | -s : Display samples of usage. | ||
-FRT return_code : Force return code value on error. | -FRT return_code : Force return code value on error. | ||
-NoMail | -AddMail email : Email Address to add at 'default@dbsqware.com'. | ||
-Exec | -SendReport : Send execution log report. | ||
-NoMail : Desactivate sendmail on error default@dbsqware.com (by default, send on error). | |||
-Exec : Execute commands (default, display generated commands) | |||
</pre> | </pre> |
Revision as of 18:44, 5 April 2014
Sourcing sqwmsq_Global.lib v3.1-beta.05 SQWareProduction for MsSql (dbSQWare GPL v3) ... Usage: sqwmsq_CheckdbDatabase.ksh [-h] -S|-I <FreeTdsAlias> -D <DatabaseName> [+ options] DESCRIPTION sqwmsq_CheckdbDatabase.ksh Checkstoragedb of database SUPPORT MsSql supported versions: 2000 <= v <= 2012 PARAMETERS -S|-I Instance : Target instance (freeTds alias). -D databasename : Target database. OPTIONS -h help : Display the full usage. -s : Display samples of usage. -FRT return_code : Force return code value on error. -AddMail email : Email Address to add at 'default@dbsqware.com'. -SendReport : Send execution log report. -NoMail : Desactivate sendmail on error default@dbsqware.com (by default, send on error). -Exec : Execute commands (default, display generated commands)