SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Generate Insert/Update/Delete Sprocs for a table

By well0549, 2003/02/25

Total article views: 241 | Views in the last 30 days: 7

A week ago I posted this script. It was a much simpeler version without error checking. Now all the sprocs return the same errors.

    0 THERE WERE NO ERRORS
  -99 UNEXPECTED NR OF RECORDS AFFECTED
  0 THE SQL ERROR NUMBER

Also with the insert statement the @ID is set. So you can retrieve the Identity of the last row inserted.

The construct with the returnvalue could be simpeler but then we could not use it with the .net applicationblocks.

This script will generate Insert,Update,Delete,Get stored procedures for a given table.

It will only work if the Primary key is also an Identity field.

If you like it vote for it.......

By well0549, 2003/02/25

Total article views: 241 | Views in the last 30 days: 7
Your response
 
 
Related tags
 
Already registered?  

Free registration required

To read the rest of this article, and access thousands of other articles, we ask you to register on the site and subscribe to our newsletters.

Register

E-mail address:
Password:
Password (confirm):

  

Subscriptions

We ask you to register on the site and subscribe to our newsletters. Subscribing to our newsletters gets you:

  • ALL of our content (thousands of articles, scripts, and forum postings)
  • A daily newsletter (example)
  • A weekly news round up (example)
  • The opportunity to ask and answer questions in our forums
  • A daily Question of the Day to test and help you increase your knowledge of SQL Server.

We ask that you give the newsletter a try for a week. Over 200,000 SQL Server Professionals a day find it entertaining and useful. If not, you are welcome to unsubscribe at anytime.

Steve Jones
Editor, SQLServerCentral.com