sp_helpobjectdef

Description

Component Integration Services only Reports owners, objects, and type information for remote object definitions.

Syntax

sp_helpobjectdef [object_name]

Parameters

object_name

is the name of the object as it is defined in the sysattributes table. The object_name can be in any of the following forms:

dbname and owner are optional. object is required. If owner is not supplied, the owner defaults to the current user name. If dbname is supplied, it must be the current database, and owner must be supplied or marked with the placeholder dbname..object. Enclose a multipart object_name in quotes.

Examples

Example 1

Displays all remote object definitions in the current database:

sp_helpobjectdef

Example 2

Displays remote object definitions for the tb1 table owned by the Database Owner:

sp_helpobjectdef "dbo.tb1"

Usage

Permissions

Any user can execute sp_helpobjectdef.

See also

Commands create table, create existing table, drop table

System procedures sp_addobjectdef, sp_dropobjectdef, sp_helpserver