Viewing 15 posts - 8,446 through 8,460 (of 59,091 total)
Thank you for the response. So basically I can create a .NET application to provide additional functionality, but reading headers and splitting as you’ve suggested . Then I can...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 2:02 am
Let's do the math here... you say "100's of servers". If each server only had 4 core, and "100's of servers" meant at least 200, that would be 800 core. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 1:51 am
So read the header row from your data, split it, and compare it to your table columns. If they're not named the same, then you'll need a mapping table to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 3, 2019 at 1:36 am
The cool part about threads like this is that no one is actually incorrect. There are pros and cons on both sides and it might even be appropriate to use...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2019 at 7:12 pm
Absolutely and all fair points, but until SQL Server finally supports the "occurence" argument as Oracle has for a while in its INSTR function, I'll use this as a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2019 at 7:07 pm
I agree with Grant and Mike. I would especially agree with Grant about troubleshooting code being part of the tasks of the DBA of the future but that is and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2019 at 6:58 pm
I don't share your optimism nor point of view here, Steve. We've seen MS remove functionality from SSMS with absolutely no warning. We seen MS publish cumulative updates that that...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 2, 2019 at 1:20 am
This reminds me of a certain well known personality that denounces the use of engine-proprietary functionality because someone somewhere someday may have to use the code in another RDBMS and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2019 at 6:45 pm
I guess I don't understand why anyone would write software based on the knowledge of novices. If it's important for a novice to be able to maintain something a bit...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 1, 2019 at 5:38 am
Eirikur Eiriksson, sorry to hear about your crystall ball. I hope it cristallizes again. Perhaps with the hourglass bbq of Steve.
This is how it looks like, kind...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 31, 2019 at 7:47 pm
by the way - has anyone twigged that permission management for SSIS is a pile of garbage?
Not in that vein but I have said that it's an unnecessary expansion...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 31, 2019 at 7:42 pm
If I can ever get SSIS to work, I'm hoping to start using it, I used to love bcp, other forms of bulk loads etc, but our systems got...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 31, 2019 at 2:11 pm
SSIS is not as bad as people make out, purely because people don't know how to use it. I think DTS was better (but im an old guy) -
Spot...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 31, 2019 at 1:44 pm
I once told a friend, I aim to please... I sometimes miss but I'm always aiming. I'm humbled by your comment. Thank you for the very kind feedback.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 31, 2019 at 1:19 am
This should not be a problem at the database tier in your tiered architecture. Do this in the input, before it even gets near the tables. You'll find ETL...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 30, 2019 at 6:54 pm
Viewing 15 posts - 8,446 through 8,460 (of 59,091 total)