|
|
Browse by Tags
All Tags » SQL Server Inte... » configurations
Showing page 1 of 3 (25 total posts)
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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, ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
1
|
|
|