Folks, the SQL Server Compact documentation does not hint that it is
possible to add metadata comments to a table during a CREATE. However, when
you run:

 

SELECT * FROM INFORMATION_SCHEMA.TABLES;

 

You can see a DESCRIPTION column. Is there are reliable way of putting
something in that column that isn't obvious?

 

I ask because my utility app would like to display this information to be
nice to the user.

 

Greg

Reply via email to