dynamiczip:tables:conversions:table_conversion_script_customer_tax_by_state
This is an old revision of the document!
Customer Tax by State Table Conversion Script
The following process is an alternative method that can be used to convert the DZ Customer Tax by State table from build 69 or earler to Build 70 or later. The DZ Table Status window provides the standard method for table conversions.
- Create a temp table to store the contents of the existing permanent table.
- Copy the records from the existing permanent table to the new temp table.
- Drop & Recreate the existing permanent table to replace it one having the new format.
- Copy the records from the temp table to the new permanent table.
- Drop the temp table.
Use the attached SQL scripts to perform steps 1, 2, 4 and 5 above. You will need to modify the name of the company database from MACRO to whatever is appropriate for your installation.
dz01102-1-createtemp.sql
dz01102-2-copytotemp.sql
dz01102-4-copytonew.sql
dz01102-5-droptemp.sql
dynamiczip/tables/conversions/table_conversion_script_customer_tax_by_state.1428965518.txt.gz ยท Last modified: (external edit)
