Currently I have an import table which inserts data into temporary tables which I have manually created.
Whenever I add a field to the import table I need to manually add the field to the other tables. This is obviously time consuming and primitive!
Is there a Stored Procedure (or other way) I can automate this so that I can automatically create a copy of the import table. I am working with VB6.
Thanks
Matt N
Whenever I add a field to the import table I need to manually add the field to the other tables. This is obviously time consuming and primitive!
Is there a Stored Procedure (or other way) I can automate this so that I can automatically create a copy of the import table. I am working with VB6.
Thanks
Matt N