No new witeups yet.
19100 0 Procedure %1!, the caller must have js_admin_role or sa_role role and be within the sybmgmtdb database.
19101 0 Procedure %1!, after cleaning job history and output the free space is %2!.
19102 0 Procedure %1!, WARNING: at least %2! free space is needed. Intervention is required to create space in the database.
19103 0 Procedure %1!, History (rows): current %2!, target %3!. Output (rows): current %4!, target %5!. Free space (pages): current %6!, target %7!.
19104 0 '%1!' attribute of device '%2!' turned '%3!'. Restart Adaptive Server for the change to take effect.
19106 0 Cannot change the value of configuration parameter 'global cache partition number' when the server is in recovery.
19107 0 Cannot change the value of configuration parameter 'max concurrently recovered dbs' because the server is still in recovery setup.
19108 0 Cannot change the configuration parameter 'max concurrently recovered dbs' to %1! when the server is in recovery. The only value allowed is 1.
19109 0 Cannot change the value of configuration parameter 'global async prefetch limit' when the server is in recovery.
19110 0 %1!: Illegal mode for recovery order. The only legal modes are 'strict' or 'relax'.
19111 0 Cannot change the pool configurations in the '%1!' when the server is in recovery.
19112 0 Running CHECKPOINT on database '%1!' for option '%2!' to take effect.
19113 0 CHECKPOINT command failed. Run the CHECKPOINT command in database '%1!' for the change to take effect.
19114 0 The value of 'number of open databases' cannot be reduced during recovery.
19115 0 A value must be specified for attribute '%1!'.
19116 0 Table '%1!' does not have an identity column.
19117 0 The value %1! for '%2!' attribute must be greater than or equal to the current maximum identity value %3!.
19118 0 Object '%1!' is currently being accessed by other users. Failed to update attribute '%2!'.
19119 0 You cannot use sp_unbindcache_all since 'tempdb' is bound to this cache. Instead use sp_unbindcache for each object bound to this cache or
run sp_unbindcache_all after unbinding 'tempdb' with sp_unbindcache.
19120 0 Cache binding changes for 'tempdb' are not dynamic. Adaptive Server must be restarted for the change to take effect.
19121 0 %1!: Permission denied. This operation requires mon_role
19122 0 %1! is not installed. Please run '%2!' script with appropriate role %3!
19123 0 %1! value of %2! is invalid.
19124 0 Backup for database %1! on %2! failed.
19125 0 Database %1! successfully backed up on %2!.
19126 0 UPDATE STATISTICS command for table %1! failed.
19127 0 UPDATE STATISTICS command for table %1!, index %2! failed.
19128 0 UPDATE STATISTICS command for table %1! succeeded.
19129 0 UPDATE STATISTICS command for table %1!, index %2! succeeded.
19130 0 Threshold values not exceeded so UPDATE STATISTICS did not run for table %1!.
19131 0 Cannot delete statistics for table %1!.
19132 0 Cannot recompile stored procedures and triggers for table %1!.
19133 0 Procedure %1!, invalid metadata cache type, value must be 0, 1, or 2.
19134 0 There are no indexes associated with table %1! for which to reclaim space.
19135 0 NUMBER OF MINUTES is required when RESUME option is specified.
19136 0 REORG RECLAIM SPACE for table %1!, index %2! failed.
19137 0 REORG RECLAIM SPACE for table %1!, index %2! succeeded.
19138 0 REORG RECLAIM SPACE for table %1! failed.
19139 0 REORG RECLAIM SPACE for table %1! succeeded.
19140 0 number of locks changed to %1!
19141 0 Adaptive Server version %1! does not support dynamically changing the memory allocation method.
19142 0 Cannot reconfigure user connections.
19143 0 UPPER BUFFER PERCENTAGE value for number of user connections was not supplied, NULL, or empty.
19144 0 LOWER BUFFER PERCENTAGE value for number of user connections was not supplied, NULL, or empty.
19145 0 User connections reconfigured to %1!.
19146 0 Not enough space to run Reorg Rebuild command on table %1!.
19147 0 Transaction log backup for database %1! failed on %2!.
19148 0 Transaction log backup for database %1! succeeded on %2!.
19149 0 Usage: sp_dbextend [ arguments ... ]
19150 0 Usage: sp_dbextend help [, <command type> ]
19151 0 Usage: sp_dbextend 'set', { %1! } {, arguments ...}. Use: sp_dbextend 'help','set' for more information.
19152 0 Usage: sp_dbextend 'set', 'threshold', @dbname, @segmentname, @freespace
19153 0 Usage: sp_dbextend 'set', 'database', @dbname, @segmentname { [, @growby ] [, @maxsize ] }
19154 0 Usage: sp_dbextend 'set', 'device', @devicename { [, @growby ] [, @maxsize ] }
19155 0 Usage: sp_dbextend 'clear', { %1! } {, arguments ...}. Use: sp_dbextend 'help', 'clear' for more information.
19156 0 Usage: sp_dbextend 'clear', 'threshold', @dbname, @segmentname [, @freespace ]
19157 0 Usage: sp_dbextend 'clear', 'database' [, @dbname [, @segmentname ] ]
19158 0 Usage: sp_dbextend 'clear', 'device' [, @devicename ]
19159 0 Usage: sp_dbextend 'modify', { 'database' | 'device' } {, arguments ...}. See: sp_dbextend 'help', 'modify' for more information.
19160 0 Usage: sp_dbextend 'modify', 'database', @dbname, @segmentname, { 'growby' | 'maxsize' }, @newvalue
19161 0 Usage: sp_dbextend 'modify', 'device', @devicename, { 'growby' | 'maxsize' }, @newvalue
19162 0 Usage: sp_dbextend { 'list' | 'listfull' } [, 'database' [, @dbname [, @segmentname [, @ORDER_BY_clause ] ] ] ]
19163 0 Examples: sp_dbextend 'list'
19164 0 sp_dbextend 'list', 'dat', mypubs2
19165 0 sp_dbextend 'list', 'dat', mypubs2, logsegment
19166 0 sp_dbextend 'list', 'dat', mypubs2, logsegment, 'order by segment, item'
19167 0 Usage: sp_dbextend { 'list' | 'listfull' } [, 'device' [, @devicename [, @ORDER_BY_clause ] ] ]
19168 0 Examples: sp_dbextend 'list', 'dev', pubs2_datadev1
19169 0 sp_dbextend 'list', 'dev', NULL, 'order by name, item'
19170 0 Usage: sp_dbextend %1!, @dbname, @segmentname [, @iterations ]
19171 0 Valid command types are: %1!
19172 0 Usage: sp_dbextend 'trace', {'on' | 'off' }
19173 0 Usage: sp_dbextend 'reload [defaults]'
19174 0 Set space expansion threshold and rules for a database, segment.
19175 0 Set space expansion rules for a device.
19176 0 Size specifiers must be >= 0. Examples for size specifiers:
19177 0 @freespace can be : '100', '200m', '0.5g'
19178 0 @growby can be : '100', '200m', '0.5g', '10%%', '0', '0%%'
19179 0 @maxsize can be : '100', '200m', '0.5g'
19180 0 Use 'default' as the @dbname, @devicename argument for server-wide default properties.
19181 0 Clear space expansion threshold for a database.
19182 0 Clear space expansion rules for a database or device.
19183 0 List any existing space expansion rules for a database or device.
19184 0 NO REAL WORK WILL BE DONE. Simulate database / device expansion in a dry-run mode %1! time(s).
19185 0 These are the series of database/device expansions that would have happened if the threshold on database '%1!', segment '%2!' were to fire %3! time(s).
19186 0 Execute database / device expansion thresholds *NOW* %1! time(s).
19187 0 Reload system-defaults for auto-expansion, leaving user-specified values unchanged.
19188 0 database
19189 0 device
19190 0 freespace
19191 0 growby
19192 0 maxsize
19193 0 Command '%1!' is either invalid, or non-unique. Valid command types are: %2!
19194 0 Argument '%1!' is either invalid or non-unique. Valid arguments are: %2!
19195 0 Modify space expansion rules for a database or device.
19196 0 Space expansion policy already exists for object '%1!'. Use the MODIFY command to change the policy. Or, CLEAR this policy first, and then
reissue the SET command. Use the LIST command to view the current policy.
19197 0 Usage: %1! @dbname, @segname [, @space_left_lpages [, @status ] ].
19198 0 Threshold fires: Iteration: %1!.
19199 0 You must be in database '%1!' to run this command. Issue: 'USE %2!', then run this procedure again.