sp_columns

sp_columns returns information about the type of data that can be stored in one or more columns.

Syntax

server_name... sp_columns table_name [, table_owner ]
	[, table_qualifier] [, column_name]

Parameters

Examples

Permissions

Any user can execute sp_columns.