sp_password  Chapter 13: RSPs and Host-Resident Requests

Chapter 12: Retrieving Information with System Procedures

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

The following table 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





Copyright © 2005. Sybase Inc. All rights reserved. Chapter 13: RSPs and Host-Resident Requests

View this book as PDF