Tag Archives: constraints
-
SQL Homework – November 2018 – Constraints
2November 5, 2018 by Kenneth Fisher
You’ve created tables before but how about constraints? Constraints allow a finer level of control over what data is allowed …
Continue reading -
Each session should be able to have its own temp table, but there can be problems.
1May 10, 2018 by Kenneth Fisher
You should be able to create a #temp in every session. That’s the idea, right? It’s one of the things …
Continue reading -
Using unique constraints
10December 10, 2015 by Kenneth Fisher
I ran into an interesting problem the other day. Given the title of the post, obviously a unique constraint was …
Continue reading