How do I generate CRUD stored procedures from a table in SQL Server Management Studio

后端 未结 8 984
攒了一身酷
攒了一身酷 2020-12-15 07:57

How do I take a table, and auto-gen CRUD stored procs for it in SSMS?

8条回答
  •  攒了一身酷
    2020-12-15 08:52

    If you are using Visual Studio you can do it: http://weblogs.asp.net/stevewellens/archive/2009/12/11/automatically-generate-stored-procedures-with-visual-studio.aspx

提交回复
热议问题