Tagged Questions
3
votes
3answers
401 views
Best way to work around NOT IN NULL issue?
There are plenty of explanations of why NOT IN NULL doesn't work, but I didn't see any solutions. (recent question here: Why does NOT IN with a set containing NULL always return FALSE/NULL?)
I have 6 ...
0
votes
2answers
560 views
Is there a way to find out how many times a stored procedure was invoked since last DB start
I am currently in a fairly mismanaged environment, where stored procs were introduced to the database over a few years and some versions became obsolete. Is there an easy way to figure out (preferably ...