Enforce business rules with indexed views and a two-row table
Here’s a technique that uses a view with a unique index and a dummy table with only two rows to trick SQL Server into enforcing your business rules.
2012-08-20
8,183 reads
Here’s a technique that uses a view with a unique index and a dummy table with only two rows to trick SQL Server into enforcing your business rules.
2012-08-20
8,183 reads
By Steve Jones
One of the things that I like about the Data API Builder (DAB) is...
By DataOnWheels
Hey data friends! This blog is to discuss an edge case I’ve run into...
By Steve Jones
I was experimenting with a local model (article) and as a part of this,...
Comments posted to this topic are about the item Counting Bits
Comments posted to this topic are about the item Can You Become a More...
Comments posted to this topic are about the item Boosting Data Accuracy: Resolving Common...
What does the BIT_COUNT function do in SQL Server?
See possible answers