I have a project for work which requires me, among other things, to migrate a 30,000 record table from an Access Database to a Microsoft SQL server.
I am not overly experianced at perl or database programing, and the first thing that I came up with was to just do a select * from the access database and copy it over.
Is there a simpler way by chance? Like a copy table that could accomplish the same thing easier? Thanks