SoftadminGuide.Table_TextColumns
Type:
Table-valued function
Returns all columns of a table of any of the text types (varchar, nvarchar, nchar, char).
Parameters
@ObjectId
mandatory
int
object_id for a table.
Resultsets
Resultset: Columns
Table count:
repeated exactly once
Row count:
zero or more rows
Columns
Name
mandatory
sysname
column_id
mandatory
int
column_id from sys.columns.