SELECT
column_name 'Column Name',
data_type 'Data Type',
character_maximum_length 'Maximum Length'
FROM
information_schema.columns
WHERE
table_name = 'Your Table Name'
04:58 |
Category:
SQL SERVER
|
0
comments
"Impossible says itself I M Possible"
Comments (0)