Peter MacKay
19-Aug-2025 19:50:25
Just curious but I'm trying to duplicate my application. On the source side (where I developed it) I'm generating a DLL for everything. My thinking is that this one DLL script will create every table, sequence, procedure, function, etc. in the new schema. The problem appears to be that the resulting script it too big to work with. When I do manage to generate the DLL and copy it to my new workspace I get an error that it's past the 500K limit. I know i can cut it into pieces, and I'm doing that, but i wondered if there was a better method out there.
I'd have to admit that I find the "Generate DLL" function pretty flakey. Sometimes it works, sometimes it doesn't. Sometimes it follows my selections and sometimes it does not. That or I completely suck at using it.