all groups > sql server programming > june 2006 >
You're in the

sql server programming

group:

Question on DTS


RE: Question on DTS Ben Nevarez
6/2/2006 5:42:01 PM
sql server programming:

DTS is the right tool for this task.

Although I would not be surprised if a very experienced C# developer with
basic DTS knowledge can write this application a lot faster than writing the
DTS package.

Ben Nevarez, MCDBA, OCP
Database Administrator


[quoted text, click to view]
Question on DTS Robert Bravery
6/2/2006 11:55:52 PM
HI all,

Which is better, to use DTS for CSV type file imports or to write your own
import app.
Considering the following that it is most likely that the structure of the
import file will change a few times within the next year, and that this is
not inhouse but for an outside client, and that they would most probably be
using SQLXpress

Value your thoughts

Thanks
Robert

Re: Question on DTS Robert Bravery
6/3/2006 12:00:00 AM
Thanks Ben,
Next question:
How easy would it be to update the dts package on a clients machine when and
if structure and protocol changes.
Thanks
Robert

[quoted text, click to view]

Re: Question on DTS Ben Nevarez
6/3/2006 11:04:01 PM

Using the DTS GUI Interface (DTS Designer) is very easy. Depending on the
complexity of your DTS package you may want to document what to do to
implement these future changes, instead of trying to understand how the
package works after you have not seen it for weeks or months.

Ben Nevarez, MCDBA, OCP
Database Administrator


[quoted text, click to view]
AddThis Social Bookmark Button