How to add meta data to every cell in all tables o

2019-08-21 09:21发布

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条回答
仙女界的扛把子
2楼-- · 2019-08-21 09:47

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

查看更多
登录 后发表回答