Viewing 15 posts - 751 through 765 (of 6,022 total)
For most of us in IT, there is no "Golden Parachute" or a $10k / month pension waiting for us when we turn 60. All we have to show for...
October 24, 2018 at 11:55 am
Most universities offer technical training courses, and there are Microsoft training centers in every metropolitan city. If your employer is a Microsoft partner, then you'll get plenty of invites for...
October 23, 2018 at 11:13 am
It appears that what we're dealing with here is a "Type 2 slowly changing dimension" table. If so, then the purpose is to retain history. There should be something like...
October 22, 2018 at 8:00 am
Yep, data mining a billion email accounts must be one hell of a job.
October 22, 2018 at 7:50 am
Assigning useful names to unique keys, foreign keys, and check constraints (rather than simply retaining the GUI assigned default) is important, because these things appear in error messages.
October 22, 2018 at 7:44 am
I've found that most dilemmas we face in life are of the false variety. Most of us don't have to choose between either accepting our current situation at work or...
October 19, 2018 at 3:31 pm
Maybe Microsoft is wanting to following the casino business model where free food and drinks (tools and source code) are used to draw crowds who will end up renting rooms...
October 18, 2018 at 9:10 am
October 18, 2018 at 8:53 am
First, aggressively pushing table and index changes are something that's typically done during the prototyping and development stage. If you're doing this post-production, then that indicates poor planning.
Secondly, many...
October 15, 2018 at 8:23 am
Since we build our software on the data, we need to ensure we are properly capture the data in a way doesn't create too much technical debt. There are...
October 15, 2018 at 7:33 am
.. The goal is to have a single truth for each datapoint, if we can achieve that then we can make decisions about whether to copy that data somewhere...
October 9, 2018 at 9:19 am
What we use is a combination of sql traces, pings, event logs, application APIs, and for some web applications: parsing http responses. All of it duct taped together with PowerShell...
October 8, 2018 at 12:02 pm
October 4, 2018 at 12:26 pm
If your organization is like mine and includes TB scale tables, dozens of developers coding SQL, and hundreds of end users, then adding a new index should definitely be something...
October 2, 2018 at 8:13 am
Viewing 15 posts - 751 through 765 (of 6,022 total)