问题
I am looking for tool which will generate the basic stored procedure structure (CRUD operations) for the given table, Is there any tool for the same?
回答1:
For MS SQL there is SSMS Tools Pack, works great!
回答2:
If you want to generate stored procedures to access your relational database system, you should look at CodeFluent Entities which is free for personal and see if it can meet your needs.
This tools allows you to generate tables, stored procedures and views with relative ease and it supports Microsoft SQL Server, Microsoft SQL Azure, Oracle, MySQL and PostgreSQL.
回答3:
Some stored procedure generators:
General use
- CodeSmith Generator - commercial software
- MyGeneration - free
- Metadrone - free
SQL Server-specific
- SSMS Tools Pack
- Stored Procedure Generator
See also 1 and 2.
回答4:
you can try this https://github.com/omids20m/FlexiSqlTools this application generate CRUD store procedures and Search store procedure !
回答5:
Tools4SQL.net Stored Procedure Generator is really very good software and it generates more than 10 types of SP for MS SQL Server but it is commercial software.
Demo Version allows to generate SP for Tables which have columns less than 25.
Tools4SQL.net Stored Procedure Generator
来源:https://stackoverflow.com/questions/2885733/stored-procedure-generator-tool