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 » SQL Server Inte... » configurations
Showing page 1 of 3 (22 total posts)
  • SSIS: Encrypted Configurations

    7 days ago I posted a blog entry called Storing Passwords in which I explained the various options for securely storing passwords in a SSIS configuration. The securest form of doing this is storing them in an encrypted fashon in a SQL Server table although I didn't go into detail on how you might do this.   Well, now I have no need to ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on May 4, 2007
  • SSIS: Storing passwords

    Many questions on the SSIS forum relate to security aspects of using SSIS and a large percentage of those relate to the storing of passwords in configurations. Many people have correctly observed that, whilst SSIS will generate configuration files for you, it will not include passwords, instead leaving them blank. The reason is simple, ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on April 26, 2007
  • SSIS: The steep SSIS learning curve!

    As anyone who has been using SQL Server Integration Services (SSIS) for a while will know there are lots and lots of knobs within a package that can be tweaked to alter behaviour. Many of these aren't obvious and the steep learning curve that many people attribute to SSIS education is, in my opinion, down to knowing about these little nuances ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on April 20, 2007
  • SSIS: Property Paths syntax

    A comment here from Evan made me realise that there doesn't really exist a good reference for property paths in SSIS. Property paths are used in configurations and the /SET option of dtexec.exe to set properties in the package dynamically at runtime. For some inexplicable reason dtexecui.exe does not contain a user interface for building ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on March 13, 2007
  • SSIS: Should I store connection strings in variables?

    I've had an idea about how I'd like to use connection managers, variables, and consequently, configurations and its quite a diversion from how I manage these object types in SSIS currently. Quite simply I'm toying with the idea of storing all my connection strings in variables and then using expressions to apply those connection ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on December 1, 2006
  • SSIS: Package spin-up order of events

    There's a really good post here by Davide Mauri explaining the order in which "things" happen when a package spins up. By "things" I mean logging starting, reading configurations, validation and control-flow execution. Logging With SSIS: Beware of Parent Package Variable ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on October 8, 2006
  • SSIS: Loading a Kimball data warehouse using SSIS

    I have just been watching Joy Mundy's webcast "Loading a Kimball method data warehouse using SQL Server Integration Services". I highly recommend it - Joy has done great job in outlining the basic skeleton for loading a data warehouse and covers some valuable concepts such as:Using a parent-child package structure (or master-child as ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on August 14, 2006
  • SSIS: But it used to work in DTS (3) - Passing a parameter from a parent package to a child package

    Here is the next in my series of posts explaining how common tasks in DTS can now be implemented in SSIS. Passing a parameter from a parent package to a child package In DTS, packages could execute other packages by use of the Execute Package Task. Values could be passed between these packages using the Inner Variables and Outer ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on June 29, 2006
  • SSIS: But it used to work in DTS (2) - Changing connections using the Dynamic Properties Task

    Here is the next in my series of posts explaining how common tasks in DTS can now be implemented in SSIS.   Changing connections using a Dynamic Properties Task DTS2000 introduced the popular, and very powerful, Dynamic Properties Task. This task enabled the package developer to make a DTS package what we term ''location ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on June 28, 2006
  • SSIS: Warning but no error if an environment variable is missing

    I have spoken previously about indirect configurations and tried to convince everyone of how useful they are. I noticed something today concerning indirect configurations that quite surprised me. If you execute a package that uses an indirect configuration and the environment variable is not present you get the following warning: The ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on May 25, 2006
1 2 3 Next >
Powered by Community Server (Personal Edition), by Telligent Systems