How to check if a SQL Server RULE is bound to a column July 13, 2012 by Paul Spoerry Leave a Comment A SQL Server RULE specifies the acceptable values that can be inserted into a database column. Let’s see how to find out if a RULE is bound to a column in SQL Server and how to remove them. [Read more…]