↧
Passing Parameters to a Background Procedure
Copyright Remus Rusanu 2009. Visit the original article at http://rusanu.com/2009/08/18/passing-parameters-to-a-background-procedure/ I have posted previously an example how to invoke a procedure...
View ArticleOn SQL Server boolean operator short-circuit
Copyright Remus Rusanu 2009. Visit the original article at http://rusanu.com/2009/09/13/on-sql-server-boolean-operator-short-circuit/ Recently I had several discussions all circling around the...
View ArticleUsing tables as Queues
A very common question asked on all programming forums is how to implement queues based on database tables. This is not a trivial question actually. Implementing a queue backed by a table is...
View Article