dbTalk Databases Forums  

SQL2000 DTS help

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


Discuss SQL2000 DTS help in the microsoft.public.sqlserver.dts forum.



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

Default SQL2000 DTS help - 07-28-2005 , 06:21 AM






SQL Server 2000 DTS Questions


1. In a DTS package, I am using an ODBC connection as a destination
for a transformation task.

The destination table name uses the format
[databasename].[owner].[table name]

When I have modified the databasename within my ODBC
conection via the ODBC manager, I have noticed that the transformation task
is not being
automatically modified to the new database name.

is there any approach to specifying destination tables within a
transformation task generically so that no modifications are required should
the ODBC connection
be modified?

2. DTS seems to hang on to connections after they are deleted from
the design, Is there anyway of fully deleting a connection within DTS?




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

Default Re: SQL2000 DTS help - 07-28-2005 , 02:45 PM






Yep you make the destination object name "name only"

Using Disconnected Edit

Navigate to your Transform Data Task
Tind the DestinationObjectName property
Modify it to be the [owner].[table name]


--



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


"Paul M" <PaulAtCTV (AT) online (DOT) nospam> wrote

Quote:
SQL Server 2000 DTS Questions


1. In a DTS package, I am using an ODBC connection as a destination
for a transformation task.

The destination table name uses the format
[databasename].[owner].[table name]

When I have modified the databasename within my ODBC
conection via the ODBC manager, I have noticed that the transformation
task is not being
automatically modified to the new database name.

is there any approach to specifying destination tables within a
transformation task generically so that no modifications are required
should the ODBC connection
be modified?

2. DTS seems to hang on to connections after they are deleted from
the design, Is there anyway of fully deleting a connection within DTS?






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

Default Re: SQL2000 DTS help - 07-28-2005 , 09:24 PM



Not sure what the second problem is. Paul, could you please describe it in
more detail?

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Yep you make the destination object name "name only"

Using Disconnected Edit

Navigate to your Transform Data Task
Tind the DestinationObjectName property
Modify it to be the [owner].[table name]


--



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


"Paul M" <PaulAtCTV (AT) online (DOT) nospam> wrote in message
news:uI4e6Y2kFHA.3300 (AT) TK2MSFTNGP15 (DOT) phx.gbl...
SQL Server 2000 DTS Questions


1. In a DTS package, I am using an ODBC connection as a
destination for a transformation task.

The destination table name uses the format
[databasename].[owner].[table name]

When I have modified the databasename within my ODBC
conection via the ODBC manager, I have noticed that the transformation
task is not being
automatically modified to the new database name.

is there any approach to specifying destination tables within
a transformation task generically so that no modifications are required
should the ODBC connection
be modified?

2. DTS seems to hang on to connections after they are deleted from
the design, Is there anyway of fully deleting a connection within DTS?








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.