↧
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 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