Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
feil
Starting Member
3 Posts |
Posted - 2006-01-23 : 13:07:50
|
Is it possible to utilize a variable in a SQL Query within the Dynamic Properties Task? I have tried all syntax that I can think of and cannot get it to work. I would like to concatenate the variable with a constant to construct an output file name.Thanks |
|
mcarahul
Starting Member
11 Posts |
Posted - 2006-01-25 : 03:33:22
|
Yes use global variables in ur DTS package. That variable can be used in Dynamic properties task.Rahul Sharma |
 |
|
|
|
|