Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认版本保留存储在 DefaultCollection SQL 数据库中的什么位置?我有 300 多个团队项目,我需要更改所有项目的默认保留策略。我希望在 SQL 中找到正确的表,然后执行一条语句来更新所有项目的保留策略。谢谢。
您可以看到RetentionPolicy存储在表中tbl_DefinitionEnvironment:
RetentionPolicy
tbl_DefinitionEnvironment
但是,请注意,我们不建议直接处理数据库。建议在web访问上修改发布定义。如果您坚持要处理数据库,请确保您有完整的数据库备份。这一点很重要。