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)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.