On Oct 6, 7:09*pm, "Tools4SQL.net" <tools4... (AT) gmail (DOT) com> wrote:
Quote:
T4SStoredProcedureGeneratorgenerates 30 types ofstoredprocedures
for CRUD (Create or Insert, Retriever or Select, Update and Delete)
operations. It has several unique features like joined sp generation
(inner, outer, auto selection), error handling (with & without try -
catch), transaction management (commit - rollback), concurrency
validation, options to return primary key value, paged sp, etc... It
supports MS SQL Server 2000, 2005, 2008.
www.tools4sql.net |
i used t4s stored procedure generator. i generated around 6 SPs for
around 30 tables. all insert, update, delete sps are fine. but i want
to generate select sp with joins. please tell me how to do that ?