Hi,
in order to retrieve some info about the columns of a SQL table, I'm using the sys.columns view, but it seems that doesn't show which column is the primary key and which is the column description (not intend the column name).
Any suggests to me to retrieve these data, please?
Thanks