dbTalk Databases Forums  

DTS scrubbing

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss DTS scrubbing in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
SQLcat
 
Posts: n/a

Default DTS scrubbing - 03-03-2006 , 07:48 AM






I have a file in MySQL format that I bring down from a web site daily. I've
manually scrubbed this file to use it in SQL. I've loaded all db objects and
now am only interested in the INSERT statements. Is there a way using DTS to
stop the manually process of scrubbing the data so its usable in SQL, and
configure DTS to do the process instead?

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS scrubbing - 03-03-2006 , 03:38 PM






Hello SQLcat,

What kind of scrubbing? Sure DTS can do scrubbing out of the box and with
a little ingenuity can do a lot more. SSIS is much much better though.


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
I have a file in MySQL format that I bring down from a web site daily.
I've manually scrubbed this file to use it in SQL. I've loaded all db
objects and now am only interested in the INSERT statements. Is there
a way using DTS to stop the manually process of scrubbing the data so
its usable in SQL, and configure DTS to do the process instead?




Reply With Quote
  #3  
Old   
SQLcat
 
Posts: n/a

Default Re: DTS scrubbing - 03-06-2006 , 07:08 AM



Well, there are CREATE TABLE statements that come over with each script. I
need to omit those. I manually mark the INSERT statements and run them.
There are some syntax errors that need to be fixed as well.

"Allan Mitchell" wrote:

Quote:
Hello SQLcat,

What kind of scrubbing? Sure DTS can do scrubbing out of the box and with
a little ingenuity can do a lot more. SSIS is much much better though.


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

I have a file in MySQL format that I bring down from a web site daily.
I've manually scrubbed this file to use it in SQL. I've loaded all db
objects and now am only interested in the INSERT statements. Is there
a way using DTS to stop the manually process of scrubbing the data so
its usable in SQL, and configure DTS to do the process instead?





Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS scrubbing - 03-06-2006 , 02:58 PM



Hello SQLcat,

Well yes you could take care of things in DTS using VBScript. it may be
painful because VBScript often is. My temptation would be though to have
a grown up language do the file scrubbing and dump the files to a location
where you can pick them up.

if this was SSIS then the story would be very different.


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Well, there are CREATE TABLE statements that come over with each
script. I need to omit those. I manually mark the INSERT statements
and run them. There are some syntax errors that need to be fixed as
well.

"Allan Mitchell" wrote:

Hello SQLcat,

What kind of scrubbing? Sure DTS can do scrubbing out of the box and
with a little ingenuity can do a lot more. SSIS is much much better
though.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I have a file in MySQL format that I bring down from a web site
daily. I've manually scrubbed this file to use it in SQL. I've
loaded all db objects and now am only interested in the INSERT
statements. Is there a way using DTS to stop the manually process
of scrubbing the data so its usable in SQL, and configure DTS to do
the process instead?




Reply With Quote
  #5  
Old   
SQLcat
 
Posts: n/a

Default Re: DTS scrubbing - 03-07-2006 , 07:58 AM



sorry, its SQL 2000 around here for now. Yes, I'm working with someone else
in utilizing VBScript which I'll incorporate into the ActiveX Script
component in DTS. Maybe once I'm past that step we can continue with DTS
discussions.

"Allan Mitchell" wrote:

Quote:
Hello SQLcat,

Well yes you could take care of things in DTS using VBScript. it may be
painful because VBScript often is. My temptation would be though to have
a grown up language do the file scrubbing and dump the files to a location
where you can pick them up.

if this was SSIS then the story would be very different.


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Well, there are CREATE TABLE statements that come over with each
script. I need to omit those. I manually mark the INSERT statements
and run them. There are some syntax errors that need to be fixed as
well.

"Allan Mitchell" wrote:

Hello SQLcat,

What kind of scrubbing? Sure DTS can do scrubbing out of the box and
with a little ingenuity can do a lot more. SSIS is much much better
though.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I have a file in MySQL format that I bring down from a web site
daily. I've manually scrubbed this file to use it in SQL. I've
loaded all db objects and now am only interested in the INSERT
statements. Is there a way using DTS to stop the manually process
of scrubbing the data so its usable in SQL, and configure DTS to do
the process instead?





Reply With Quote
  #6  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: DTS scrubbing - 03-07-2006 , 04:57 PM



Hello SQLcat,

Sure we can. always glad to talk DTS and SSIS

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
sorry, its SQL 2000 around here for now. Yes, I'm working with
someone else in utilizing VBScript which I'll incorporate into the
ActiveX Script component in DTS. Maybe once I'm past that step we
can continue with DTS discussions.

"Allan Mitchell" wrote:

Hello SQLcat,

Well yes you could take care of things in DTS using VBScript. it may
be painful because VBScript often is. My temptation would be though
to have a grown up language do the file scrubbing and dump the files
to a location where you can pick them up.

if this was SSIS then the story would be very different.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
Well, there are CREATE TABLE statements that come over with each
script. I need to omit those. I manually mark the INSERT
statements and run them. There are some syntax errors that need to
be fixed as well.

"Allan Mitchell" wrote:

Hello SQLcat,

What kind of scrubbing? Sure DTS can do scrubbing out of the box
and with a little ingenuity can do a lot more. SSIS is much much
better though.

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I have a file in MySQL format that I bring down from a web site
daily. I've manually scrubbed this file to use it in SQL. I've
loaded all db objects and now am only interested in the INSERT
statements. Is there a way using DTS to stop the manually process
of scrubbing the data so its usable in SQL, and configure DTS to
do the process instead?




Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.