Archives of the TeradataForum
Message Posted: Wed, 18 Apr 2007 @ 18:46:24 GMT
Subj: | | Use of Stored Procedures |
|
From: | | Neil Board |
We're considering the use of Stored Procedures (SP) for part of an application. One question that we can't seem to find an answer for is this:
How to move an SP that has been tested from our development environment to our production one ?
Yes, I know that we can run a Bteq script against the production environment and supply the source code, but that breaks our standard approach
of migrating compiled programs. If this was a Cobol or C program then we'd move the compiled executable module from a development library to the
production one.
I've seen that I can use ARC to move the entire database (containing the SP module) from one system to another, but that seems overkill.
How do other customers handle this?
|