w can i get the column datatyes,Constraints list

  • How can i get the column datatyes,Constraints list by query

    Plese help me

  • You can query sysobjects table. The field "type" holds all the object types in the database (Tables, procedures, triggers, constraints etc., identified by type). The datatypes of the columns of table can be checked by sp_help tablename

    [font="Verdana"]Renuka__[/font]

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

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