help data mappings

  • 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

  • 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

  • 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


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply