Columns information and Extended properties

  • I am currently using this store proc to get columns information : SP_MsHelpColumns because with this one I get the COL_LEN and COL_SCALE.

    I cannot have this information from INFORMATION_SCHEMA.Columns nor SP_Columns

    And I use fn_listextendedproperty to retreive extended properties.

    Is there a way to combine the SP_MsHelpColumns with the fn_listextendedproperty in one single SQL statement?

    Or What's the SQL statement behind SP_MsHelpColumns.

  • You can view the text of the stored proc in the master database.

    Andy

    http://www.sqlservercentral.com/columnists/awarren/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply