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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Data type Decimal does not like point in (2007.08)

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 Variables

Period Data Type: Decimal Value: 2007.08
DateFrom Data Type: Integer Value: 20070801
SplitFactor Data Type: Real(8 Byte) Value: 0.88

SSIS Variables

Period ?(string)
DateFrom Int32
SplitFactor ? (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
Go to Top of Page
   

- Advertisement -