I'm assuming the following doesn't already exists (unless I've missed
it), but is there currently a way to set 'watches' for all files for a
package in one step, rather than selecting each one?
If I imagine this isn't too difficult to do? Is it something that
could slip into 4.6?
The reason for asking is I'm currently writing a package with >20
files I want to watch. Unfortunately, it would appear that when one
renames an existing file, re-scans the package files, and re-sets the
wathes, the system still insists on trying to watch the original, and
this also causes query diaptcher problems as its now unable to locate
the new query in the new file.
This is solved by restarting the server... but.... it means reapplying
the watch to 20 odd files everytime.
Any advice/thoughts?