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 |
|
ismailc
Constraint Violating Yak Guru
290 Posts |
Posted - 2007-08-06 : 10:13:16
|
| Hi, I have to create a variable period but it does not like point in data type decimal (2007.08) DTS 2000 VariablesPeriod Data Type: Decimal Value: 2007.08 DateFrom Data Type: Integer Value: 20070801SplitFactor Data Type: Real(8 Byte) Value: 0.88SSIS VariablesPeriod ?(string) DateFrom Int32SplitFactor ? (string)Any Ideas? What to I set my input data Type for a parameter (Long etc.)?Regards, |
|
|
ismailc
Constraint Violating Yak Guru
290 Posts |
Posted - 2007-08-06 : 10:25:39
|
| Again Me. I set the global variable period data type to string and then in the task Parameter mapping Data Type to LARGE_INTEGER |
 |
|
|
|
|
|