Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread How can i edit procedure?
Thu, Jul 5 2007 2:12 AMPermanent Link

"Tom"
I can't read/edit procedure/function statement with edbmgr?

Is there any way?




Thu, Jul 5 2007 10:16 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Tom,

<< I can't read/edit procedure/function statement with edbmgr? >>

You can't ALTER procedures or functions currently, but you can view them (if
you have the privileges to do so) via these SQL statements on the target
database:

SELECT * FROM Information.Procedures

or

SELECT * FROM Information.Functions

--
Tim Young
Elevate Software
www.elevatesoft.com

Image