sp_sqlgetinfo

Description

Provides information about SQL parameters that the target database supports for the specified attribute.

Syntax

sp_sqlgetinfo [attribute_name]

Parameters

attribute_name

is the name of the attribute about which information is requested. Wildcard characters are supported.

Usage


Results

Table 12-6 shows the sp_sqlgetinfo result set.

Table 12-6: Result set for sp_sqlgetinfo

Column Name

Datatype

Description

ATTRIBUTE_ID

int not NULL

The numeric identifier for the attribute

ATTRIBUTE_NAME

varchar(30) not NULL

The name of the attribute

ATTRIBUTE_VALUE

varchar(255) NULL

The value of the attribute