If I had a stored procedure, say standard.add. What does the 'standard' part represent? Is it a schema, a context, a namespace, something else? <BR><BR>How would I go about creating my own so that I ...
For a non-trivial amount of rows, would it be quicker to write a seperate SQL statement for each (delete from foo where val = bar) or write a compound ...