I have an application which contains several reference tables. I've set it up where when the user opens the application all the reference tables are copied over so that they're local. I've been doing this using make-table queries and then creating an index on them.
What I'm wondering is would it work faster or better to use transferdatabase command to simply copy the table?
What I'm wondering is would it work faster or better to use transferdatabase command to simply copy the table?