Forum Replies Created

Viewing 15 posts - 1,066 through 1,080 (of 6,023 total)

  • RE: Store JSON data in SQL Server 2016

    As a side note, if what you really need to do is store a collection of JSON documents and work with the data natively as a JSON objects, arrays, properties,...

  • RE: Lowering the Noise

    Where I work, we use both SentryOne and SolarWinds. Honestly, I could spend more time familiarizing myself with the tools. Getting an alert every time an event falls outside a...

  • RE: Are You Always Up?

    Even if the server and database are "up", the system as a whole isn't entirely "available" within the context of every process or case usage. I mean, you can have...

  • RE: Are table linked to Access database increase CPU usage?

    If the MS Access developer really knows what they are doing, they can reference linked tables in a way that doesn't hit your server hard. Then again, what percentage of...

  • RE: Are table linked to Access database increase CPU usage?

    I wouldn't expect an impact on CPU, but I would expect it to negatively impact practically every other aspect of your SQL Server instance in a negative way. The main...

  • RE: Are You Patched?

    So, who knew about this flaw, and when did they know it?

    The flaw in chip design has been there since the late '90s, and then the news breaks...

  • RE: ETL and data model design advice needed

    jonathan.crawford - Wednesday, January 24, 2018 1:02 PM

    diana.bodell 56517 - Wednesday, January 24, 2018 8:05 AM

    January 25, 2018 at 7:22 am

    #1977326

  • RE: ETL and data model design advice needed

    diana.bodell 56517 - Wednesday, January 24, 2018 8:05 AM

    Eric, was this post in response to mine? Not sure if you meant it...

  • RE: Effectiveness

    Developing software is a lot like operating a kitchen in a restaurant. When it comes to things like quality, style, and time to delivery, the application needs to meet the...

  • RE: ETL and data model design advice needed

    null

  • RE: Ghost Process attacks again

    You can use the following to query details about a session. DBCC INPUTBUFFER will return the last command executed by session, even if the last command completed and the session...

  • RE: ETL and data model design advice needed

    Based on what you've provided so far, here is some general advice:

    #1   The process should be data driven: all the diagnosis codes, procedure codes, intervention and triage levels,...

  • RE: Allowing Failure

    It's not so much about allowing people to "fail" as it allowing people to experiment. Small controlled failures are intrinsic to the experimentation process and learning, not just in IT and...

  • RE: Innovation Needs Information

    As database administrators and developers, it's our job to keep the innovation bandwagon headed in the right direction. We should not simply jump on the back of the bandwagon. There...

  • RE: Innovation Needs Information

    Innovation should solve a problem or add value to an existing solution. Sometimes engineers and marketers forget that.

    This story is perhaps the most cringe-worthy of all IT...

Viewing 15 posts - 1,066 through 1,080 (of 6,023 total)