Viewing 15 posts - 166 through 180 (of 257 total)
That's backward from what I was remembering but it looks like it might do the trick. Let me test it and then give you praise for doing what I...
December 1, 2015 at 3:48 pm
C'mon. Someone must want to figure out this process.
From what I remember we did an insert of all new records (changed and truly new). Then there was an...
December 1, 2015 at 10:41 am
Why not use _sp as a suffix? It still shows that the code is a stored procedure and lets you group things by name much more easily.
I've advocated that...
December 1, 2015 at 10:33 am
In upper management speak 'technical debt' has no value add. The code works so what's the point in spending time aka money on it?
The real trick is to get...
November 23, 2015 at 6:52 am
Can they do it? Yes. Should they do it? No.
Saying the tests were 'too stringent' says they don't understand why the tests are set up that way....
November 16, 2015 at 7:33 am
Very timely indeed. We're currently in the process of building clean databases from the .. ummm .. less than optimal solutions that were in place as well as building...
November 13, 2015 at 7:46 am
Look at the size of the string field in your flat file connection. If it's greater than 23 then SSIS will 'helpfully' tell you you're going to truncate your...
November 12, 2015 at 2:35 pm
One company I was at went to project level deployment in 2012. While the use of variables for data connections and parameters and such were really helpful there are...
November 5, 2015 at 12:36 pm
I'm with the tricksy question that penalizes us for best coding practice crowd. Code that throws errors should not be used as much as the old sp_ prefix shouldn't...
November 4, 2015 at 7:32 am
Conditional Split.
Send your data down different paths based on some criteria and then into multiple Excel file destinations.
October 22, 2015 at 12:09 pm
Here's my thoughts on how you might do this.
Use SSIS as your bridge between servers since that's what it does.
Create stored procedures to do the data selection. Since you're...
October 22, 2015 at 12:06 pm
Some suggestions.
If possible make a Send Mail task that will run in the package OnError event handler. Lots of notification there but maintenance depending on how you set up...
October 19, 2015 at 12:00 pm
Bad managers tend to get identifed after all the critical highly-talented people leave. This has a lasting effect inside and outside the company.
The employees that are left are less...
October 19, 2015 at 7:35 am
Wow. Just wow. I wrote that over six years ago and it's still helping people.
I'm kinda choked up right now. And I'm also glad that I took...
October 15, 2015 at 3:19 pm
Viewing 15 posts - 166 through 180 (of 257 total)