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 » Microsoft » SSIS » Nugget
  • SSIS Nugget: Ensure your root folder is valid

    In the past I have advocated (and still do advocate) the use of a user variable in SSIS packages to store the path to a folder on the hard drive; I always use a variable called @[User::RootFolder] for this. Having this path available within a package variable enables you to dynamically set the location of files that your package may reference ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on May 19, 2008
  • SSIS Nugget: Construct a timestamp value

    Visitors to the SSIS forum often ask how to construct a date string in the form YYYYMMDDHHMISS (e.g. "20070207123456" for "7th February 2007, 12:34:56") using a SSIS expression. I always give the same answer so I thought I'd post the answer up here so I don't have to keep typing it. Here's the ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on February 7, 2007
Powered by Community Server (Personal Edition), by Telligent Systems