Sybase Adaptive Server Anywhere Reference page 1113

Table of Contents

Advertisement

Server-level properties
Examples
v To retrieve the value of a server property:
v To retrieve the values of all server properties:
Appendix A Database Performance and Connection Properties
Property
Scale
SQL_flagger_error_level
SQL_flagger_warning_lev
el
String_rtruncation
TaskSwitch
Thread_count
Time_format
Timestamp_format
Truncate_Timestamp_Val
ues
Truncate_with_autocomm
it
Tsql_hex_constant
Tsql_variables
UncommitOp
Userid
Wait_for_commit
The following table lists properties that apply across the server as a whole.
Use the property system function: For example: the following statement
returns the number of cache pages being used to hold the main heap:
select property ( 'MainHeapPages')
Use the
sa_eng_properties
call sa_eng_properties
Description
"SCALE option" on page 210
"SQL_FLAGGER_ERROR_LEVEL option" on
page 210
"SQL_FLAGGER_WARNING_LEVEL option"
on page 211
"STRING_TRUNCATION option" on page 212
The number of times the current server thread has
been changed.
"THREAD_COUNT option" on page 212
"TIME_FORMAT option" on page 213
"TIMESTAMP_FORMAT option" on page 213
"TRUNCATE_TIMESTAMP_VALUES option"
on page 215
"TRUNCATE_WITH_AUTO_COMMIT option"
on page 215
"TSQL_HEX_CONSTANT option" on page 216
"TSQL_VARIABLES option" on page 216
The number of uncommitted operations
The user ID for the connection.
"WAIT_FOR_COMMIT option" on page 217
system procedure:
1095

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents