DTS from SQL2000 to MS Access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • irapuri78
    New Member
    • Dec 2007
    • 1

    DTS from SQL2000 to MS Access

    Could you pl tell me how to transfer data from SQL2000-MS Access
    I need it urgently , Can somebody help with the steps, I really appreciate it
    thanks
  • caveatashish
    New Member
    • Nov 2007
    • 6

    #2
    Originally posted by irapuri78
    Could you pl tell me how to transfer data from SQL2000-MS Access
    I need it urgently , Can somebody help with the steps, I really appreciate it
    thanks

    start dts wizard in the source server select mdb driver browse to the access file and select it, if that access file is password protected specify the username as admin and the password in the advance tab,

    select the target server next and follow the instruction

    Comment

    • t3chn0n3rd
      New Member
      • Dec 2007
      • 19

      #3
      I have gone from Ms Access to Sql sever , But never the opposite direction

      Comment

      • yaad
        New Member
        • Dec 2007
        • 3

        #4
        Go to Import and Export (DTS) wizard through strat menu which is always placed with sql200.
        First thing you should remember is you have to give two thingd.;
        1 datbase source (From what to copy)
        2 Destination (where to copy)

        Using DTS you can copy tables from access to acess,sql,notep ad and so on....In same way from other database to other or same.

        Step first.
        Give the data source of dastination.
        for you..
        select Microsft oledb provider for sql server.
        Give authiountation( password)
        select database name.

        step second
        Give the datasource information where to copy.
        in your case
        Select "Microsoft Access"
        After this select access database .

        If you want to copy in new database then right click on open dialogbox and click on mdb file like creating text file.

        Now finally seletc the tables you want to copy and then next next next and watch.
        Finished..

        Comment

        Working...