-
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
Monthly Archives: April 2011
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
Ice cream in the sun
Had a nice afternoon with some ice cream in the sun. Really nice =)
Problems with timezones?
So here I am trying to install modx revolution on a Virtual LAMP server hosted somewhere outside my home. After setting up the basic things on the VPS such as Apache2, MySQL-server and the such I download modx revolution, crete … Continue reading
How to check the version on your Ubuntu server
Do you have a virtual private server (VPS) somewhere and want to know exactly what version of Ubuntu you’re running? From your termnial type: cat /etc/lsb-release for me that returns the following DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION=”Ubuntu 10.04.1 LTS” So, is … Continue reading