June 13, 2007 at 1:36 pm
hello all, I am about to embark on mapping columns from an access database and transferring them into sql server, but i am sure that the new sql server db has different column names etc.. anybody know any good tutorials or reference material, any help would be great
June 13, 2007 at 1:39 pm
o yea i forgot, i will be using VS2005 windows form to make this happen, pulling from access '97 and inserting into sql server 00 or 05
June 13, 2007 at 8:39 pm
Going back to the basics, why not just create a linked server to the Access database and use SELECT/INTO? Will create the table and copy the data rather "automagically"...
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply