This question is not directly related to mojoPortal, but I am hoping someone can help me. I need to make a temp backup of a table with all of the keys, constraints, triggers, indexes, and data. I found "SELECT * INTO tblNew FROM tblOld", but it does not copy keys, constraints, triggers, indexes. My Google search continues, but I am not finding how to copy the things above as well as the data.
Thanks for your time.