Moving Stored Procedures To Production Environment
411757Jan 17 2006 — edited Jan 17 2006I develop and test my packages under one schema and then move those packages to another environment by cutting and pasting the source from one environment to another environment and then recompiling. I was wanting to find a way to create a stored procedure which I could run which would do all of this manual stuff within the store procedure. Is there a way for me to do this?