![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a question regarding the solution to this. I too have found it necessary to hardcode the [Database].[dbo].[TableName]. How can I perform the following (still using the DTS designer inside of the Transform Data Task Properties) and not have to hard the [Database].[dbo]??? SELECT T1.field1, SS.field2, T1.field3 FROM Table1 T1 LEFT OUTER JOIN [Database].[dbo].[TableName] SS ON SS.fieldx = T1.fieldx I would like to be able to set this using a global variable or dynamic property? The table that I am joining on is the destination table that is set in this process. Thanks for any help along these lines!!! |
![]() |
| Thread Tools | |
| Display Modes | |
| |