Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Transfering triggers from development to live
Sat, Aug 8 2009 9:15 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

I'm working on a slew of triggers. Naturally I'm developing them on my test database and when done I'll need to port them over to the live one. What's the quickest and easiest way?

Roy Lambert
Mon, Aug 10 2009 4:26 AMPermanent Link

Francisco Fernandez
Roy.

I am a novice compared to you but I'll tell you what I do.

I use three types of triggers: After Insert, After Update and After Delete. When I update
or create trigger I save it in as SQL file with the name InsertXXXX or UpdateXXXX or
DeleteXXXX where XXXX is the tablename.

I have developed a procedure that first delete all triggers of database, gets all SQL
files and create it.

I hope you understand my "spanglish" and it help a little to you.

Regards.

Francisco J. Fernandez
NewTRON Informatica
Mon, Aug 10 2009 8:14 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Francisco


What I decided to do this time was reverse engineer, cut the bits I needed out of the script and use that.

Roy Lambert
Image