Groups | Blog | Home
all groups > sql server dts > april 2007 >

sql server dts : Configuring Destination Database in Transform Task


andrew.cann NO[at]SPAM mater.org.au
4/10/2007 7:46:51 PM
Hi

Is is possible to configure the destination database in a
transformation task? I have seen a few posts on this subject, but I
havnt seen any solutions. I am currently using a dynamic properties
task to assign the catelog (database) value, but the transformation
task continues to use the database name that was orginally selected
when setting up the transformation task, instead of the database that
is assigned at run time via the dymanic properties task.

Thanks
Andrew
4/11/2007 1:58:18 AM
[quoted text, click to view]

go
Allan Mitchell
4/12/2007 6:59:32 PM
Hello andrew.cann@mater.org.au,

OK that is because the DestinationObjectName is still pointing to <dbname>.<owner>.<object>

You can either set this property to be the name (unqualified of the destination
object) or you can use Disconnected Edit to make the Property owner + Name
only.



--

Allan Mitchell
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com |
http://www.konesans.com

[quoted text, click to view]

Andrew
4/17/2007 12:16:27 AM
[quoted text, click to view]

Thanks Allan
AddThis Social Bookmark Button