How to add meta data to every cell in all tables of a relational database?

[亡魂溺海] 提交于 2019-12-11 23:21:33

问题


I have a relational database (I am using SQL Server 2008) with scores of tables. I need to capture a lot of meta data for each cell (not just the row) in every table. Thankfully, the metadata schema is expected to be consistent across all tables.

Further, the metadata should be queryable as well. I did not some across any such direct support built in.

What is the best possible approach?


回答1:


You may want to look into using SQL Server's extended properties.



来源:https://stackoverflow.com/questions/8543896/how-to-add-meta-data-to-every-cell-in-all-tables-of-a-relational-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!