joepeacock
Programmer
Hello,
I am trying to duplicate a project and I need some help here. What I am trying to do is duplicate Table A, which has 50 or so columns and 30,000 or so records. I need table B to have identical columns, with all of the same datatypes, default values, indexes, increment seeds, etc. as Table A, but start with 0 records. I can't just duplicate the entire table, then delete the records, because I need the next ID to start at 1, not at 30,001. Please let me know how to go about this.
Joe
I am trying to duplicate a project and I need some help here. What I am trying to do is duplicate Table A, which has 50 or so columns and 30,000 or so records. I need table B to have identical columns, with all of the same datatypes, default values, indexes, increment seeds, etc. as Table A, but start with 0 records. I can't just duplicate the entire table, then delete the records, because I need the next ID to start at 1, not at 30,001. Please let me know how to go about this.
Joe