Re: Dynamically set up DTS Transformations?



On its way

"Mehdi" <Mehdi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:EFFEC98C-4998-4918-937F-B899A18A2262@xxxxxxxxxxxxx:

Hello Allan, Ihave exatly the same problem, could you send me the answer
directly here or send it to my email: mehdi.achour@xxxxxxxx I'm blocked
and
it's urgent
Thanks a lot
Mehdi

"Allan Mitchell" wrote:


> Have sent the package to your account > > -- > > > > Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) > www.SQLDTS.com - The site for all your DTS needs. > www.SQLIS.com - You thought DTS was good. here we show you the new stuff. > www.konesans.com - Consultancy from the people who know > > > "justinw" <justin_d_williams@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in > message news:qNSdnfd7FKAs1WXfRVn_vQ@xxxxxxxxxxxxxxx

> > Allan, I have been stuck on this exact issue for 2 days and have
> > hopefully found someone in yourself who can help me. Please can you
> > send some of the code so I can get a handle on how to have a
> > transformation where it is dynamic allowing me to use the same
> > package each time but set the source table and destination text file
> > to be different each time. My email address is
> > justin.d.williams@xxxxxxx Hopefully I will be able to have some
> > success tomorrow. Really like the literature you have provided
> > throughout the internet.
> >

> >> Allan Mitchellwrote:

> > You will have to code this yourself.  You can do it but you just
need
> > to

> >> code it.  If you want some code to get a handle on doing it then

> > ping me

> >> offline
> >>
> >> --
> >>
> >>
> >>
> >> Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
> >> www.SQLDTS.com - The site for all your DTS needs.
> >> www.SQLIS.com - You thought DTS was good.  here we show you the new

> > stuff.

> >> www.konesans.com - Consultancy from the people who know
> >>
> >>
> >> "Jamie" <gsadd@xxxxxxxxx> wrote in message
> >> news:%23WjneMyhFHA.3256@xxxxxxxxxxxxxxxxxxxxxxx
> >> Hi,
> >>
> >> I have a DTS that transform data between two databases on the same

> > SQL

> >> Server, as shows below:
> >>
> >> table A  ====> table B
> >> (database_1)   (database_2)
> >>
> >> Using Dynamic property of DTS, I can set up the source and

> > destination of

> >> the transformation dynamically via "global variable". I also need

> > the

> >> "transformations" part for the "Transform data task"to be set

> > dynamically,

> >> otherwise this DTS will fail when I transform another table (let's

> > say

> >> table C, its structure is different from table A) to table D (The
> >> structure of table D is the same as table C, but not the same as

> > thable

> >> B).
> >>
> >> So is there a way that the traformations of "Transform data task"

> > between

> >> two data sources (I mean the mapping from the source columns to the
> >> columns of destination) can be set dynamically?
> >>
> >> Thanks a lot in advance,
> >>
> >> Jamie
> >> [/quote:08301de9da]
> >
>
>

>

.



Relevant Pages

  • Re: How do i do the following in DTS
    ... Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) ... www.SQLDTS.com - The site for all your DTS needs. ... in Column1 on the destination, read second row and place column1 in ...
    (microsoft.public.sqlserver.dts)
  • Re: INSERT Problem
    ... >>Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) ... >>> INSERT Staging VALUES ...
    (microsoft.public.sqlserver.dts)
  • Re: Fixed Field Columns Missing
    ... it's copied to the destination via a VB script. ... > Allan Mitchell MCSE,MCDBA, ... >> In my package design, I'm running a SQL Truncate Table from the Mainframe ... >>> Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) ...
    (microsoft.public.sqlserver.dts)
  • Re: Disabling DTS Bulk insert task
    ... Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) ... >> Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) ...
    (microsoft.public.sqlserver.dts)
  • Re: bcp
    ... >>> How to manipulate the Execute Process task. ... >>> Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) ...
    (microsoft.public.sqlserver.dts)

Loading