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.
我的实例中有许多快照恢复。因此,我可以看到有孤立记录(公司 ID 为负数)。
它在很多桌子上,不仅仅是这张。是否有清除此问题的流程或最佳实践?或者我们是否逐表运行删除脚本以删除无效的 companyid 记录。
请建议。
您可以使用 pp_DeleteCompany 存储过程来删除孤立快照。示例:EXEC pp_DeleteCompany -1234567(假设 CompanyID 为 -1234567)