sp__GenerateInsertUpdateProcedure | Database Journal

sp__GenerateInsertUpdateProcedure

Mar 30, 2000
1 minute read

The sp__GenerateInsertUpdateProcedure interrogates the INFORMATION_SCHEMA views for table meta-data. Then based upon that meta-data it generates a stored procedure that can be used to perform an insert/update operation. If a record does not exist based upon the defined primary key, the procedure will insert a record. If a record does already exist based upon the defined primary key and at least one non-key column in the parameter list is different from the underlying table data it will perform an update. An insert/update procedure can be extremely useful when called from a front-end programming environment like VB or when used in conjunction with DTS. In my case, I’m using the generated insert/update routines from the User Defined Query portion of a Data Driven Query task within DTS to load data changes into a production database.

Even if the exact circumstances of these scripts are not immediately useful for your business environment, seeing how they query the meta-data information, manipulate it, and then generate code from it can be an eye opening experience.

Author: Joel Janke

Download Script:
sp__GenerateInsertUpdateProcedure



Disclaimer:
We hope that the information on these script pages is
valuable to you. Your use of the information contained in these pages,
however, is at your sole risk. All information on these pages is provided
“as -is”, without any warranty, whether express or implied, of its accuracy,
completeness, or fitness for a particular purpose…

Disclaimer Continued

Back to Database Journal Home

Database Journal Logo

DatabaseJournal.com publishes relevant, up-to-date and pragmatic articles on the use of database hardware and management tools and serves as a forum for professional knowledge about proprietary, open source and cloud-based databases--foundational technology for all IT systems. We publish insightful articles about new products, best practices and trends; readers help each other out on various database questions and problems. Database management systems (DBMS) and database security processes are also key areas of focus at DatabaseJournal.com.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.