Ask a Question related to ASP Database, Design and Development.
-
Manohar Kamath [MVP] #1
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
-
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... -
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... -
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... -
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... -
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.... -
Anastasios Angelidis #2
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
transfer data. It>-----Original Message-----
>If you are talking about SQL Server, use DTS package tofrom ASP pages.>is really elegant that way. You could invoke the packagemessage>
>--
>Manohar Kamath
>Editor, .netBooks
>[url]www.dotnetbooks.com[/url]
>
>
>"Anastasios Angelidis" <tassoa@trustmarque.ca> wrote inI>news:602701c357a2$0f2160b0$a001280a@phx.gbl...>> I have a set of data that lies within one DB server andlive...>> need to transfer that data to another DB server.
>>
>> Bassically our application is split up as test andwe>> 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>>> 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



Reply With Quote

