Subject | Re: [firebird-support] Change a regular table to global temporary table |
---|---|
Author | Milan Babuskov |
Post date | 2010-03-11T09:56:54Z |
PenWin wrote:
can alter them to have an empty body without dropping.
Recursive dependencies are important for views and computed columns only.
In FlameRobin, you can select the "Generate rebuild script" option on
table's properties page and it will create all the ALTER PROCEDURE,
ALTER TRIGGER, etc. statements for all dependent objects. It also does
the same for views (recursively).
I'm sure other admin. tools you might be using have a similar feature.
HTH
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================
> About a hundred depending procedures, which have their own dependenciesOnly first level of dependencies is important for procedures because you
> and so on...
can alter them to have an empty body without dropping.
Recursive dependencies are important for views and computed columns only.
In FlameRobin, you can select the "Generate rebuild script" option on
table's properties page and it will create all the ALTER PROCEDURE,
ALTER TRIGGER, etc. statements for all dependent objects. It also does
the same for views (recursively).
I'm sure other admin. tools you might be using have a similar feature.
HTH
--
Milan Babuskov
==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================