Transfering data from one DB server to another DB server using ASP

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Re: Transfering data from one DB server to another DB server using ASP

    If you are talking about SQL Server, use DTS package to transfer data. It
    is really elegant that way. You could invoke the package from ASP pages.

    --
    Manohar Kamath
    Editor, .netBooks
    [url]www.dotnetbooks.com[/url]


    "Anastasios Angelidis" <tassoa@trustmarque.ca> wrote in message
    news:602701c357a2$0f2160b0$a001280a@phx.gbl...
    > I have a set of data that lies within one DB server and I
    > need to transfer that data to another DB server.
    >
    > Bassically our application is split up as test and live...
    > Using Active Server Pages, we initially set up our
    > customers on our test servers all the data is stored on
    > the test server DB. Our customers have tested the system
    > and now wish "Go Live" now we must transfer all the
    > initial data from the test DB server to the live DB
    > server. We have a tool wriiten in ASP using ADO to
    > initailly enter all the data to the test DB server. Now we
    > would like to extend our ASP application to have a "Go
    > Live" button witch will transfer all the data....
    >
    > What is the best practice to this?
    >
    > Thanks

    Manohar Kamath [MVP] Guest

  2. Similar Questions and Discussions

    1. transfering flv from fcs to other server
      hi, I m hosting my web site on a linux server. and using a flash comm shared hosting on onother server. I m storing video(flv) on flash comm...
    2. cfoutputing MYSQL data from server A to server B, is itpossible?
      Hi! Could you please tell me how on earth can I access a MYSQL database on "SERVER A" that has CFMX 6.1 from a "SERVER B" that just has CFMX 6.1...
    3. Transfering data from outside source
      Not sure if this is the right forum for this but, I have a client that wants his groups data to transfer over from his site on to hidden fields on...
    4. Transfering data from website to ???????
      I need to be able to get files from the user?s computer. The might be somewhat large so I am not sure what the best way to do this. The files will...
    5. Problem: Copy data from server 1 to server 2
      Hi together ! I have a problem: I "just" wan't to copy some records from server 1 to server 2 (same table). But here are the problems: 1....
  3. #2

    Default Re: Transfering data from one DB server to another DB server using ASP

    Yes it is MS SQL Server and that's what exactly am looking
    for ;)

    Thanks
    >-----Original Message-----
    >If you are talking about SQL Server, use DTS package to
    transfer data. It
    >is really elegant that way. You could invoke the package
    from ASP pages.
    >
    >--
    >Manohar Kamath
    >Editor, .netBooks
    >[url]www.dotnetbooks.com[/url]
    >
    >
    >"Anastasios Angelidis" <tassoa@trustmarque.ca> wrote in
    message
    >news:602701c357a2$0f2160b0$a001280a@phx.gbl...
    >> I have a set of data that lies within one DB server and
    I
    >> need to transfer that data to another DB server.
    >>
    >> Bassically our application is split up as test and
    live...
    >> Using Active Server Pages, we initially set up our
    >> customers on our test servers all the data is stored on
    >> the test server DB. Our customers have tested the system
    >> and now wish "Go Live" now we must transfer all the
    >> initial data from the test DB server to the live DB
    >> server. We have a tool wriiten in ASP using ADO to
    >> initailly enter all the data to the test DB server. Now
    we
    >> would like to extend our ASP application to have a "Go
    >> Live" button witch will transfer all the data....
    >>
    >> What is the best practice to this?
    >>
    >> Thanks
    >
    >
    >.
    >
    Anastasios Angelidis Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139