Returns the SQL capabilities of an access service.
sp_capabilities
This procedure does not allow parameters.
The result set contains information that allows applications to successfully interact with an access service during normal query processing.
For information about the requirements for sp_capabilities, see the Component Integration Services Users Guide Adaptive Server Enterprise.
Table 12-2 shows the result set:
Column |
Datatype |
Description |
---|---|---|
ID |
int |
Capability ID |
CAPABILITY_NAME |
char(30) |
Capability name |
VALUE |
int |
Capability value |
DESCRIPTION |
char(128) |
Capability description |
Table 12-3 shows values for the capabilities:
Capability number |
Capability |
Description |
---|---|---|
101 |
SQL syntax |
|
102 |
Join handling |
|
103 |
Aggregate handling |
|
104 |
AND predicates |
|
105 |
OR predicates |
|
106 |
LIKE predicates |
|
107 |
Bulk insert handling |
|
108 |
Text/image handling |
|
109 |
Transaction handling |
|
110 |
Text pattern handling |
|
111 |
Order by |
|
112 |
Group by |
|
113 |
Net password encryption |
|
114 |
Object case sensitivity |
|
115 |
Distinct |
|
116 |
Wildcard escape |
|
117 |
Union handling |
|
118 |
String functions |
|
119 |
Expression handling |
|
120 |
Truncate trailing spaces on varchar/char CSP parameters |
|
121 |
Language events |
|
122 |
Date functions |
|
123 |
Math functions |
|
124 |
Transact-SQL convert function |
|
125 |
Transact-SQL delete/update |
|
126 |
Insert/update handling |
|
127 |
Subquery handling |
|
128 |
In/not in clause |
|
129 |
Case expression in a SQL statement |
|
132 |
Tables per statement |
|
133 |
Java UDF support |
|
134 |
Java ADT support |
|
135 |
Quoted Identifier support |
|
137 |
SELECT-NULL support |
|
138 |
Identity column support |
|