If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Need some advice

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-26-04, 03:42
Wimmo Wimmo is offline
Registered User
 
Join Date: Oct 2003
Location: Netherlands
Posts: 98
Lightbulb Need some advice

Hi,

I must design a dts or somelike that does the following!

We have 2000 machines in europe which sends logfiles every hour to an ftpserver at our main office, the logfiles are in xml format!
What is the best and more important stabil way to get these record into the SQL 200 server? The logging from the machine goes on 24/7 and the amount of machines is growing every day.

I used an dts script to import the files from the ftp but it is totally onstable!

Thanx in front!
Cheers Wim
Reply With Quote
  #2 (permalink)  
Old 11-26-04, 10:06
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
This strikes me as more of a question for the Microsoft SQL Server forum than here, but I can see why you might post it here too.

With that said, DTS has been absolutely rock solid for me once I get my packages completely debugged. I've had trouble with packages that violated some rules of Windows/databases that I hadn't discovered yet, but it has been years since I've had a problem that I could trace back to the tool itself (those problems were fixed in SQL 7.0 sp2).

While you could certainly re-engineer the process, which would make it "fair game" for this forum, but I'd suggest working out the problems with your existing process using DTS. If you decide to work out the problems, I'd strongly suggest taking the issue to the other forum because you'll probably get better answers there.

-PatP
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On