All Tags »
SSIS »
DTS »
SQL Server Inte... »
Nugget
Sorry, but there are no more tags available to filter with.
-
Many ex-DTS users are miffed that the SSIS expression language does not have an equivalent of the VB Script IsNumeric() function that is used so extensively in DTS and to be honest, its a fair shout.
The following code is very typical in DTS packages:
If IsNumeric(RetailPrice) = False Then
DTSDestination(''RetailPrice'') ...