Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » SQL Server Inte... » configurations
Showing page 1 of 3 (25 total posts)
  • Editing Configuration files : SSIS Nugget

    Its been a long-g-g-g-g time since I did a SSIS-related post so here’s a little ditty that I picked up while reviewing some internal stuff today. Editing SSIS configuration (i.e. .dtsConfig) files isn’t particularly easy. Most people I see who try to do this use a traditional text editor like Notepad but that isn’t a great experience because the ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on August 4, 2009
  • SSIS: Parent package configurations. Yay or nay?

    A few of my fellow SSIS MVPs and I were asked if we wanted to submit a whitepaper to coincide with the new release of SQL Server; today those papers were (bar one) released: Considerations for High Volume ETL Using SQL Server Integration Services by Pat Martin Reusing Connections with Data Sources and Configurations by Matthew Roche Defining ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on August 29, 2008
  • SSIS: Case sensitive SQL Server configurations

    I just received an email from Michael Groh who had a warning about using SQL Server configurations in SSIS and he suggested I post about it on my blog which I'm more than happy to do. Here's what Michael had to say:   We finally tracked down a really vexing problem with configurations in a simple SSIS package. The package populates a ...
    Posted to SSIS Junkie (Weblog) by jamie.thomson on August 22, 2008
  • 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
1 2 3 Next >
Powered by Community Server (Personal Edition), by Telligent Systems