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.
 
Back
Top