| 
										 
											  
									 | 
									
										 
											  
											EZStoredProc 
											- 
											Version 
											1.0 
										
											EZStoredProc generates stored procedures for SQL 
Server databases.Aren't you tired of writing stored 
procedures for SQL Server tables that your application 
needs to have access to? Don't you wish that there is 
a tool out there that will magically generate the 
Insert, Select, Update, and Delete stored procedure 
scripts for you by simply right-clicking on a database 
or table? Look no further! EZStoredProc (pronounced 
as "Easy Stored Proc") is that magical tool. Unlike 
the clumsy wizard provided by MS SQL Server Enterprise 
Manager, EZStoredProc does not add a number to the end 
of every parameter of the generated stored procedure. 
It is a lot smarter in handling primary key, composite 
keys, and identity column. It does not generate a 
stored procedure that passes in duplicate parameters 
when you have both the primary key and identity field 
as the same column. It is a lot more powerful and 
flexible because it provides many options for you to 
format and tweak your stored procedures. 
										
									 |