I want to be able to show the details of all tables, ie, the table name, the colums and their lengths.
Something similar to "desc" in Oracle.
I need to do this to all the tables in my MS Sql database and to get a list of the data output.
I.E:
Table1
name of table 1
column1 length
column2 length
Table2
name of table 2
column1 length
column2 length
column3 length
Table3...
etc..
...
Is this possible?
Something similar to "desc" in Oracle.
I need to do this to all the tables in my MS Sql database and to get a list of the data output.
I.E:
Table1
name of table 1
column1 length
column2 length
Table2
name of table 2
column1 length
column2 length
column3 length
Table3...
etc..
...
Is this possible?