![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
On Friday, October 27, 2006 8:00 PM dan.billow.remov wrote: In my OLEDB Destination Object in my SQL Server 2005 SSIS package, there is a custom property call OpenRowset. I have a need to set this property dynamically so it can run in several environments. I have done this method with other properties, such as with connection strings, using the configuration file. The problem is that the configuration file does not expose the property. Has anybody else had a similar issue..? |
#3
| |||
| |||
|
|
Use Variables concept.Declare variable, configure it through SSIS configuration. selece data access mode in oled db destination as "Table or view name variable - fast load" or "Table or view name variable" and next select the newcreate variable in Variable Name drop down list.Let me know if you have any doubts. On Friday, October 27, 2006 8:00 PM dan.billow.remov wrote: In my OLEDB Destination Object in my SQL Server 2005 SSIS package, there is a custom property call OpenRowset. *I have a need to set this property dynamically so it can run in several environments. *I have done this method with other properties, such as with connection strings, using the configuration file. *The problem is that the configuration file does not expose the property. *Has anybody else had a similar issue..?- Hide quoted text - - Show quoted text - |
![]() |
| Thread Tools | |
| Display Modes | |
| |