Is there a way to get for a particular table in an SQL DataBase, the information containing the type and the size of any one column.
For example, having table T, with columns C1 being varchar(50) and C2 being Int and C3 being Bits(6). Is there a way to query the DB for that information?
Thanks in advance.
Yes, you can query in a number of ways, including:
There’s a few more columns in that view, but you get the jist 🙂