Forum Replies Created

Viewing 15 posts - 751 through 765 (of 6,022 total)

  • RE: Quitting Over Training

    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...

  • RE: Quitting Over Training

    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...

  • RE: Display 'blank' cell when it is null.

    What's a "cell" ?

  • RE: Anyone see a problem with this?

    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...

  • RE: Big Data Analytics

    Yep, data mining a billion email accounts must be one hell of a job.

  • RE: Naming Conventions for SQL Server Objects

    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.

  • RE: Horrible Bosses

    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...

  • RE: A $3 Billion Donation

    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...

  • RE: Give Up on Natural Primary Keys

    drew.allen - Wednesday, October 17, 2018 2:17 PM

    hmbacon - Wednesday, October 17, 2018 1:43 PM

  • RE: Modeling and Design Are More Important in DevOps

    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...

  • RE: Modeling and Design Are More Important in DevOps

    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...

  • RE: Single Source of Truth

    .. 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...

  • RE: The Single Pane of Glass

    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...

  • RE: Are Indexes Actually Changes to the System?

    Jason A. Long - Thursday, October 4, 2018 11:51 AM

    ...
    The impact of the change is pretty massive, especially when it comes...

  • RE: Are Indexes Actually Changes to the System?

    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...

Viewing 15 posts - 751 through 765 (of 6,022 total)