Template:SQWareProduction sqwsyb UpdtStatsDatabase.ksh help

From Wiki_dbSQWare
Revision as of 17:45, 5 April 2014 by BatchUser (talk | contribs) (Updated by BatchUser)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Sourcing sqwsyb_Global.lib v3.1-beta.05 SQWareProduction for Sybase (dbSQWare GPL v3) ... 

Usage: sqwsyb_UpdtStatsDatabase.ksh [-h] -S|-I <dataserver> [+ options]

DESCRIPTION
   sqwsyb_UpdtStatsDatabase.ksh 'update index statistics table' for all tables
SUPPORT
   Sybase supported versions: 15 <= v <= 15.7

PARAMETERS
     -S|-I  dataserver  : Target dataserver.
     -D  database       : Database name.
OPTIONS
     -h  help           : Display the full usage.
     -s                 : Display samples of usage.
     -IT   listtables   : Tables list for running analyze tables (by default all).
     -ET   listtables   : Tables list to exclude.
     -IL   likeclause   : Like clause to generate tables list (example: 'tbl%').
     -EL   likeclause   : Like clause to exclude tables (example: 'notbl%').
     -WCT  whereclause  : Where clause to generate tables list.
     -FSS  SampleSize   : To force sample size.
     -Del               : Delete Statisticss before compute.
     -NoMail            : Desactivate sendmail on error default@dbsqware.com (by default, send on error).
     -FRT  return_code  : Force return code value on error.
     -Dist              : For distant connection to database (change $gvsqw_DbaUser to $gvsqw_DistDbaUser ).
     -Type type         : Type of statistics 'default','index','table','all' (default index).
     -AddMail email     : Email Address to add at 'default@dbsqware.com'.
     -SendReport        : Send execution log report.
     -SizeMaxTable Size : Take into account tables =< $lvsqw_SizeMaxTable Mb (by default, 1000000 Mb).
     -MinPctChange pct  : Min pct change to take table into acgount (by default, datachange>=10).
     -Exec              : Run update Statistics (default, display generated commands).