I did sp_helptext 'sys.sp_columns'
and saw that the the underlying table is sys.spt_columns_odbc_view
, but I could not execute queries as I get Invalid object name 'sys.spt_columns_odbc_view'
.
Is this system table not queryable or am I lacking rights? Not much documentation is provided in msdn.