-
Recent Posts
Recent Comments
- Felipe on SSIS Script component task
- lao9 on SSIS Script component task
- solid_sneak06 on SSIS Script component task
- Jabber on Problems with timezones?
- Borna on Blast from the past
Archives
Categories
Meta
-
Aksimet
Category Archives: SSIS
Date continued
When you have the DateID as an int that represents a real date it can be good to be able to use SSIS to convert datetime to int in an easy way. In this blog post by Mike Davis shows … Continue reading
SSIS – How to handle sensitive data
While working with developing SSIS you will eventually have to deploy your packages to a production environment. Chances are that you run in to this error message Error at []: Failed to decrypt protected XML node “DTS:Password” with error 0x8009000B … Continue reading
SSIS naming conventions
I would suggest using the following naming conventions when working with naming conventions. Why? Naming conventions are good as it makes it easier for you and your fellow developers to read the existing packages. Why this set? The list comes … Continue reading
SSIS Script component task
Are you getting some weird errors while working with the Script component task in SSIS? I got errors like Ambiguity between Input0Buffer.x and Input0Buffer.x or The name ‘Output0Buffer’ does not exist in the current context and while googling the errors … Continue reading
Posted in IT, SSIS
Tagged ETL, IT, Script Component Task, Script Component Transformation, SSIS, Visual C#
3 Comments