Re: Sybase ASE - track all changes in DB made by a stored procedure
- From: "mpeppler@xxxxxxxxxxx [Team Sybase]" <michael.peppler@xxxxxxxxx>
- Date: Thu, 5 Mar 2009 04:57:12 -0800 (PST)
I suppose that you can do a code analysis to try to see which procs
are called from your proc, and which tables these modify, etc.
I know of a tool (non-free) that will do this for you and generate a
comprehensive report of the entire SQL code base (well - based on the
code in the database). You can check out www.sqlbrowser.com in case
you're interested.
Michael
On Mar 5, 9:16 am, Krzysztof Adamczyk
<krzysztof_DOT_adamczyk@xxxxxxxxxxxxxx> wrote:
Hi all,
I have a bunch of undocumented stored procedures (legacy).
What I want, is to find out for each procedure, what changes it makes
in all the database. We want to replace these procedures with some
equivalent (maby sth java-based), and thus I have to know what values
are modified, or inserted to the db.
What is the best approach to track these updates/inserts/deletes done by
stored procedure? Is it possible at all?
Regards,
Chris
.
- Follow-Ups:
- Re: Sybase ASE - track all changes in DB made by a stored procedure
- From: Krzysztof Adamczyk
- Re: Sybase ASE - track all changes in DB made by a stored procedure
- References:
- Sybase ASE - track all changes in DB made by a stored procedure
- From: Krzysztof Adamczyk
- Sybase ASE - track all changes in DB made by a stored procedure
- Prev by Date: Sybase ASE - track all changes in DB made by a stored procedure
- Next by Date: Re: Sybase ASE - track all changes in DB made by a stored procedure
- Previous by thread: Sybase ASE - track all changes in DB made by a stored procedure
- Next by thread: Re: Sybase ASE - track all changes in DB made by a stored procedure
- Index(es):
Relevant Pages
|