FahimatMicrosoftForum



In Past, I created DTS package on 2000 version, that import TXT file into SQL 2000 table.

Now I migrated the DTS to DTSX (SSIS) package, and all is working fine. but I can not find how can I edit or modify the target table name in DTSX(SSIS) package in BI Studio.

can you some body help.

Thanks




Re: How to change the target table name in SSIS package(not designed from scratch but was migrated)

jwelch


Can you tell us what tasks the package has in it

If it has a data flow, there should be a destination component in it. One of the properties of the destination component will be either the table name or a variable that holds the table name.







Re: How to change the target table name in SSIS package(not designed from scratch but was migrated)

FahimatMicrosoftForum


it does not show any data flow task. all it show is the connection managers, one is for txt file, and one is for database. I can see all properties of soruce file but in destination, i can only server and database name, but there is no place where I can change the table name too.

Thanks,






Re: How to change the target table name in SSIS package(not designed from scratch but was migrated)

Phil Brammer

FahimatMicrosoftForum wrote:

it does not show any data flow task. all it show is the connection managers, one is for txt file, and one is for database. I can see all properties of soruce file but in destination, i can only server and database name, but there is no place where I can change the table name too.

Thanks,


What tasks DOES it show





Re: How to change the target table name in SSIS package(not designed from scratch but was migrated)

jwelch

What tasks are in the package






Re: How to change the target table name in SSIS package(not designed from scratch but was migrated)

FahimatMicrosoftForum


When i succesfully migrated it from DTS to SSIS. it shows taks as "Execute DTS 2000 Package Task" in control flow tab. and at bottom it shows two connection manger , one for my Source TXT file, and one for destination SQL Server database.
and what I am looking for editing Destination parameters.

Thanks,





Re: How to change the target table name in SSIS package(not designed from scratch but was migrated)

jwelch

It's still using the DTS package - that's what the Execute DTS 2000 Package Task is. So you'd have to open the DTS package to change the destination table. You'll need the DTS Designer components from the SQL 2005 Feature pack to edit the DTS package.

You might want to look at truly converting it to run natively under SSIS.






Re: How to change the target table name in SSIS package(not designed from scratch but was migrated)

FahimatMicrosoftForum

you are right, that was i was thinking, I am downloading now the MSSQL 2005 backward compatibility components to see if it helps. i hope it does not break anything else.

DTS 2000 was simpler to work as compared to SSIS, but SSIS indeed brings more features (Smile).

Thanks for being with me so far.