copy data from one database to another database

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

Hi,

I'm not sure if it is the right place to ask this question.
Anyway, we had a Window NT service written in VB to
automatically copy data from one SQL server db to another
SQL server db hourly. I would like to know what is the
best way to implement this task in .net framework. Windows
service? There are any VB.net samples code for this?

Thanks in advance.
tom
 
With DTS you can build a transfer job and schedule it.
So simple!
no programming.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top