- Whatever you do it affects the operational machine as you have to read through the whole Table/Global
- For Table it can be a simple SELECT * FROM TABLE with the option to select columns of interest
- For Global use $system.OBJ.Export(<globalname>.GBL,<filename>) as XML.
Of course, if you have a Shadow instance of your operational machine you can do it there and avoid the load on the primary machine.
Eventually, you can run there all analyses without export at all.
- Log in to post comments