Forum Replies Created

Viewing 15 posts - 1,411 through 1,425 (of 6,033 total)

  • RE: The Need for DRE

    If the intent is to persist to disk objects that traditionally were persisted to memory, like e-commerce shopping carts or a product catalog, then a NoSQL solution like MongoDB, Riak,...

  • RE: Your Job Description

    One problem with having a vanity job description like "Data Artist" or "Software Application Czar" is that you can't easily line up your compensation with Salary.com or some other industry...

  • RE: Securing the Things

    ZZartin - Thursday, June 15, 2017 2:06 PM

    Eric M Russell - Thursday, June 15, 2017 1:14 PM

  • RE: Securing the Things

    If someone wants to shell out $3000 for an IoT enabled refrigerator, whether it be for their business or home, then that's their prerogative. However, the industry is very out...

  • RE: Securing the Things

    I can see the potential of IoT for use in applications that really matter like: weather and traffic monitoring, law enforcement, or healthcare. However, there has yet to be made...

  • RE: A Bad First Day

    jay-h - Thursday, June 15, 2017 6:43 AM

    GilaMonster - Wednesday, June 14, 2017 2:11 PM

  • RE: A Bad First Day

    If anyone should commit (proverbial) Hara-Kiri over this, it should be the CTO, not the DBA.

  • RE: A Bad First Day

    Wow, that Reddit post was submitted only 11 days ago, and already it has 4,512 comments. It's quickly evolved into a full length novel. Based at least on the information provided...

  • RE: Only Use My Application

    I can see where a DBA might want to limit "how" authorized users access the database. For example, you may have power users who legitimately need ad-hoc read access to...

  • RE: Software Has Bugs

    Recently a vulnerability was found in the Samba software, and apparently it has existed for seven years.

    The original "bug" was an actual bug that crawled into a mainframe computer...

  • RE: Guilty of Over-Customising

    manie - Monday, June 12, 2017 11:43 PM

    I have always said that the barometer for my success in the work place is...

  • RE: SPID of top CPU consuming queries

    The DMV sys.dm_exec_requests will return one row for each active session / request. The column [total_elapsed_time] contains the total milliseconds since the request started, and by constrast the column [cpu_time]...

  • RE: The Value of Surveys

    In addition to poor sampling, often times researchers, the media, and politicians try to gleam specific conclusions or score talking points from vaguely defined questions or "facts" that appear alarming...

  • RE: Guilty of Over-Customising

    I've found there is often a discrepancy between what the business asks for today versus what they really want and need long term. The decision to customize a software...
  • RE: Locking behaviour

    RDMS locking can seem like a game of "Rock, Paper, Scissors". Data Readers (which can include DML operations in addition to SELECT statements) take out both shared locks and schema...

Viewing 15 posts - 1,411 through 1,425 (of 6,033 total)