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.
列插入或更新与先前的 CREATE RULE 语句施加的规则冲突。该声明被终止。冲突发生在数据库“Personneli”、表“dbo.tblPersonnelFighter”、列“StartValidDate”中。该语句已终止。
这意味着数据库StartValidDate表tblPersonellFighter中的列存在约束。Personeli您的 SQL 不符合此约束的规则,因此失败。
StartValidDate
tblPersonellFighter
Personeli