Forum Replies Created

Viewing 15 posts - 721 through 735 (of 6,022 total)

  • RE: The Data Scribe

    If the job basically involves assisting end users with data entry and querying using the front office application GUI (not back office ETL programming or data analysis) then I'd call...

  • RE: The Data Scribe

    An administrative assistant who specializes in performing basic data querying tasks for an executive would probably be soon displaced by {Alexa, Cortana, Echo, Watson}. It still sounds like a job...

  • RE: The Data Scribe

    skeleton567 - Tuesday, November 20, 2018 8:49 AM

    "Maybe I'm missing the point, but we do have these people working in practically...

  • RE: How to study the layout of a database?

    It's entirely possible the DBA can't help much when it comes to understanding the logical model of the database, especially if it's part of a 3rd party vendor application, because...

  • RE: The Data Scribe

    ...Perhaps we need data scribes in more industries. Not a single employee dedicated to one person, but a specialist in the gathering and cleaning of data, preparing it in...

  • RE: Off-site backups

    First, manually copy the latest full backup for each database to Azure storage.
    2nd, setup automated job to copy backups to Azure.
    3rd, if you feel it's needed, research tools...

  • RE: Change Invalid date to 1900-01-01 in sql CASE query

    Rather than depending on proper string -> date conversion at time of query, you can create a check constraint on the table column, insuring that date strings are encoded with...

  • RE: CosmosDB Change Feed Processing

    Hi Gary, CosmosDB (specifically the DocumentDB) is something I've started to work with this past year. Change Feed seems geared toward replicating from CosmosDB to either another CosmosDB database or...

  • RE: New Database Options

    Jeff Moden - Friday, November 16, 2018 6:28 AM

    Perhaps a bit deeper than just a database option, I'd like to see...

  • RE: The Linux CoC

    I think we could use more folks with an IT background in the political legislature to balance and counterpoint the usual career politicians, activists, and businessmen. Those of us in...

  • RE: WITH (NOLOCK) vs READUNCOMMITED proper way / performance differences

    Isolation level determines how much time your query will spend waiting for other processes to commit their updates. In a transaction databases (where many users are querying and updating at...

  • RE: The Linux CoC

    I went to PASS 2017 and didn't witness anyone there drunk, dressing provocatively, or getting rowdy; although I have seen it at high school band camp and neighborhood block parties....

  • RE: The Linux CoC

    ..Certainly some people want the freedom to behave as they see fit, where they don't believe they are doing anything wrong. I understand that, but ultimately I also believe...

  • RE: Internal Controls

    Perhaps the data science teams at companies like Twitter and FaceBook should turn their analytical skills inward and start asking questions like: "Why is employee #2922 suddenly interested in querying...

Viewing 15 posts - 721 through 735 (of 6,022 total)