Viewing 15 posts - 46 through 60 (of 681 total)
I'd be curious to hear more specifics about what issues you ran into. What type of setting were you using those params/variables for? Possibly a connection string?
Parameters, whether...
March 2, 2017 at 7:56 am
Hi Steve,
I use the start and end point so there are clearly defined boundaries for each load. Without that end point ID, it is possible that a row in the...
January 11, 2017 at 7:39 am
Hi Steve,
I'm a big fan of change tracking in SQL Server for change detection. When I integrate change tracking into ETL, I usually do it within SSIS. Using SSIS to...
January 9, 2017 at 6:43 am
Hi Luther,
Some good replies on here so far. I'm curious what causes the load to fail in the first place. Is it worth exploring it from that angle, or is...
January 3, 2017 at 5:00 pm
This is a case where the execution logs will be very useful. Are you executing from the SSIS catalog? If so, take a peek at the logs for that execution.
January 3, 2017 at 4:33 pm
I've noticed the same thing on multiple machines, and I've heard similar complaints from others. I haven't yet found a fix.
December 9, 2016 at 9:59 pm
Grumpy DBA (5/16/2016)
Tim Mitchell (5/16/2016)
Not excusing the punch, but I suspect it had to do more with Bautista's dirty and dangerous slide than the celebratory bat toss.
Bautista did what baseball...
May 16, 2016 at 9:23 am
Not excusing the punch, but I suspect it had to do more with Bautista's dirty and dangerous slide than the celebratory bat toss.
May 16, 2016 at 8:46 am
Your images aren't showing up so I can't see your exhibits, but from what you described, I suspect you need to use the No Match Output (not the Error Output)...
March 8, 2016 at 7:41 pm
This is the key part of the message:
Object reference not set to an instance of an object
There's an object in your code that is being referenced but has not been...
March 8, 2016 at 4:54 pm
There's no way to fully obfuscate the SSIS source code. However, you could set the package setting for Package Protection to EncryptAllWithPassword, which would require a decryption password to view...
February 26, 2016 at 6:50 am
Ah yes - VS_NEEDSNEWMETADATA. My favorite four-letter word 🙂
SSIS is certainly fickle about metadata changes, and because it does a .NET comparison (rather than a database comparison, which is usually...
February 17, 2016 at 4:48 pm
Bad days for the home teams so far.
I'm going to ALDS Game 3 on Sunday. If the Rangers win today, that'll be a potential clinch game.
October 9, 2015 at 8:43 am
Also, on #1, I'd point out that sending an email upon failure is a notification, not exception handling. If I wrote a spec and asked for exception handling, I would...
August 2, 2015 at 3:49 pm
Viewing 15 posts - 46 through 60 (of 681 total)