Ever had the hassle of making tedious scripts that do the same thing over and over?
This script creates a stored procedure that gets a row or set of rows from a given table.
Primary keys are submitted or set to null as input parameters.
The use of this is effecient since stored procedures are compiled, and you don't open up for sql-injection attacks when using parametrized queries.
Feel free to use this as you like.
I use this daily in combination with mkProc_CreateUpdate script generator.