Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zancraft

    Retreive table structure

    Hi, I need to retreive the detailed structure for a given table (field_name, type, length and isnull ?). I have this query that gives me the columns names: select Column_name = isnull(c.name, 'NULL'), Type = isnull(convert(char(30), x.xtname), isnull(convert(char(30)...

Part and Inventory Search

Back
Top