I have a query that I use to display TableName, FieldName, etc for analysis when developing programs. The query pulls the information from the system tables: sysObjects, sysColumns and sysTypes. I want to also pull the description for the field, but I cannot find it in any of the system tables.
I'm assuming that the description is stored in a table like everything in SQL Server is. Just to be clear, I'm using the Design screen in SQL Server Enterprise Manager. Does anyone know where this is stored?
Thanks,
Paul
I'm assuming that the description is stored in a table like everything in SQL Server is. Just to be clear, I'm using the Design screen in SQL Server Enterprise Manager. Does anyone know where this is stored?
Thanks,
Paul