dbTalk Databases Forums  

can dts (easily) combine several other db columns into another column on the same table?

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


Discuss can dts (easily) combine several other db columns into another column on the same table? in the microsoft.public.sqlserver.dts forum.



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

Default can dts (easily) combine several other db columns into another column on the same table? - 11-30-2003 , 08:03 PM






Howdy, all. I'm interested in using DTS to automatically build indicies of
table content. What I'm imagining is with a table similar to the following:

tblArticles
_____

articleID (INT)
articleTitle (Varchar 50)
articleSummary (Varchar 200)
articleText (Text)
articleCombinedFields (Text)

In my scenario, the contents of the first four fields would be copied and
coalesced into the fifth, "articleCombinedFields".

(I would then build a SQL Server full text search index on
articleCombinedFields.)

Is DTS a good fit for this? I like the fact that DTS is easily scheduled,
and I suspect this shouldn't be too tough to do with the designer. What do
you think?

-KF



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

Default Re: can dts (easily) combine several other db columns into another column on the same table? - 12-01-2003 , 01:53 AM






DTS is no more easily scheduled than anything else in SQL Server. The Agent
handles things and that's that. It will be no easier in DTS than it would
be in a piece of TSQL.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Ken Fine" <kenfine@u.washington.edu> wrote

Quote:
Howdy, all. I'm interested in using DTS to automatically build indicies of
table content. What I'm imagining is with a table similar to the
following:

tblArticles
_____

articleID (INT)
articleTitle (Varchar 50)
articleSummary (Varchar 200)
articleText (Text)
articleCombinedFields (Text)

In my scenario, the contents of the first four fields would be copied and
coalesced into the fifth, "articleCombinedFields".

(I would then build a SQL Server full text search index on
articleCombinedFields.)

Is DTS a good fit for this? I like the fact that DTS is easily scheduled,
and I suspect this shouldn't be too tough to do with the designer. What do
you think?

-KF





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.