August 13, 2019 at 12:00 am
Comments posted to this topic are about the item Moving a Table
August 13, 2019 at 1:33 am
I've never had to do such a thing before and so I have to admit that I had to look this one up. Learned something new. Thanks for the great question, Steve.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2019 at 12:13 pm
it is especially useful, if you need a table to be online all the time, but want to load lots of data to it (e.g. full reload). Then you can create it in a, say 'temp' schema. When finished, just swap the tables using the aforementioned command 😀
August 13, 2019 at 2:36 pm
it is especially useful, if you need a table to be online all the time, but want to load lots of data to it (e.g. full reload). Then you can create it in a, say 'temp' schema. When finished, just swap the tables using the aforementioned command 😀
That would work as a "3 name" swap. Not sure how you'd do it with only 2 names. Repointing a synonym is seems easier.
Of course, I could be wrong and would love to see a coded example of how you do it. Even an old dog like me still likes learning different tricks.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2019 at 5:13 am
Nice question, thanks Steve
____________________________________________
Space, the final frontier? not any more...
All limits henceforth are self-imposed.
“libera tute vulgaris ex”
August 15, 2019 at 7:29 am
Why does the link point to the Brazilian documentation?
August 15, 2019 at 8:45 pm
To see if anyone is paying attention.
August 16, 2019 at 1:13 pm
No idea why Brazil came up for docs. I was sure I copy/pasted the US-EN version. It's been corrected.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply