I doubt you really want to generate copies of tables with limited column list. You don't want to have redundancy all over the place. It depends of course, how temporarily the data will be used, but for temporary use or for view or print of data you'd use a cursor, not copy to another file.
for long term usage the fieldlist might be more important then the data copied, as it goes out of sync as soon as more data is inserted into the main table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.