blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » SSIS » DTS » SQL Server Inte... » Nugget
Sorry, but there are no more tags available to filter with.
  • SSIS: Checking for IsNumeric()

    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'') ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on May 3, 2007
Powered by Community Server (Personal Edition), by Telligent Systems