Forum Replies Created

Viewing 15 posts - 1,276 through 1,290 (of 6,032 total)

  • RE: Who's Responsible?

    Whether charging back employees is good practice depends on: if the intent is a genuine and fair attempt at encouraging better outcomes, or if it is simply a mechanism intended...

  • RE: Graphing Performance

    David.Poole - Tuesday, August 29, 2017 2:31 PM

    Certainly HIVE gives a sort of SQL called HQL which is based on the MySQL...

  • RE: Graphing Performance

    David.Poole - Tuesday, August 29, 2017 11:29 AM

    Steve Jones - SSC Editor - Tuesday, August 29, 2017...

  • RE: Graphing Performance

    It seems to me that NoSQL database engines rely more heavily on just-in-time record parsing and computation, spreading an order of magnitude more reads across multiple nodes rather than relying...

  • RE: The Adequate DBA

    Whether someone possesses adequate versus exceptional DBA skills is subjective. Just like a professional chef or a musician, one audience will applaud your work while another won't. It's important for...

  • RE: Responsibility to Learn

    Beatrix Kiddo - Friday, August 25, 2017 2:44 AM

    "I’ve recently heard several people tell me something along the lines of “Well, if...

  • RE: Jumping Ahead

    ZZartin - Wednesday, August 23, 2017 12:09 PM

    Rod at work - Wednesday, August 23, 2017 8:22 AM

  • RE: Jumping Ahead

    There are a lot of DBAs who still don't even know T-SQL programming, execution plan analysis, or SSIS. If you havn't already, then learn that before straying into the deep...

  • RE: A Data ID

    Sean Redmond - Monday, August 21, 2017 12:35 AM

    We have a universal ID — our DNA. I'm not sure that I'd like...

  • RE: Responsibility to Learn

    ... I bring this up because I’ve recently heard several people tell me something along the lines of “Well, if my company wants me to learn new technology, they’ll...

  • RE: Strange transaction log activity

    Maybe use this default trace query to get a feel for when log file growth events are occurring, the frequency, and what process is triggering it.

    select
      te.name...

  • RE: Failed Projects

    ... As I've looked back, I realize it was a dysfunctional company, but I think I could have made a difference, stepped up as CTO (it was offered to...

  • RE: Strange transaction log activity

    Query [backupset] to see if something odd sticks out.

    use msdb
    SELECT backupset.database_name, recovery_model,
      MAX(CASE WHEN backupset.type = 'D' THEN backupset.backup_finish_date ELSE NULL END) AS LastFullBackup,
      MAX(CASE...

  • RE: Trying to determine what might be causing skipped values in an IDENTITY column

    So, your bossy man doesn't want any gaps in this sequential ID column, even after rows are deleted? The next time you catch him in a relaxed mood, ask him...

  • RE: Hiring Heterogeneously

    Perhaps others have had different experiences, but from I've seen over the past 25 years, the IT industry actually tends to have more diverse teams than other industries, especially since...

Viewing 15 posts - 1,276 through 1,290 (of 6,032 total)