开发者

SQL Server - validation of arbitrary configuration data

开发者 https://www.devze.com 2023-03-26 13:58 出处:网络
I\'m storing \"property values\" in an SQL server db.\"Property values\" are linked to \"Properties\".\"Properties\" are linked to \"property types\".I need a way to validate \"Property values\" based

I'm storing "property values" in an SQL server db. "Property values" are linked to "Properties". "Properties" are linked to "property types". I need a way to validate "Property values" based on the "property types" of thei开发者_运维问答r "properties".

Currently, I'm storing a regex for validation on the "property types" table.

Is there a better way?

0

精彩评论

暂无评论...
验证码 换一张
取 消