So I am trying to insert multiples rows of data from one table to another. I have done this; however, I am having an issue with some of my columns, specifically my date colu
First, do you have some sample data of the date fields?
If the information about the timestamp isn't stored it will do little good to call it.
The main issue I would look into it the format of the source you're pulling from.
From there you can set the format of the SELECT statement's output.