Generate Save Stored Proc from Table
Part of my pattern during development is to: 1. Create a new table 2. Create the stored procs to get data and save data This second step is tedious and lends itself to automation. So I created the stored proc createSPFromTable that takes the name of a table and creates a simple save store proc. […]
Generate Save Stored Proc from Table Read More »
