Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 6,041 total)

  • RE: Data Privacy and Security: The Implications of GDPR

    I don't always agree with the EU, but I so wish the US would keep up with the EU in regards to digital privacy legislation. If that negatively impacts your...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Array Element by Agonizing Array Element

    How fast loop is depends on what it doing in between for each iteration. If it's executing 10,000 calls to a SQL Server stored procedure for each loop, then your choice of...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: SQL Database Analysis

    In some ways static analysis of SQL code is easier, because it's a declarative language with a much smaller set vocabulary and simpler paradigms. However, at the same time it's...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: The Human Impact of a Capable AI

    David.Poole - Tuesday, May 16, 2017 11:48 PM

    Many companies are shifting their DBs to the cloud.  Backup, high availability, monitoring and alerting...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: The Human Impact of a Capable AI

    Steve Jones - SSC Editor - Monday, May 15, 2017 5:57 PM

    Eric M Russell - Monday, May...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: The Human Impact of a Capable AI

    This thing about Watson beating humans in a game show or a board game isn't really that remarkable, not when you consider that Watson has access to an internet...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Less QA?

    S Hodkinson - Saturday, May 13, 2017 1:37 AM

    Gosh this seems terribly relevant after yesterday's attack

    Indeed.

    How One Simple Trick Just Put Out...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Cracking the SQL Code

    Policies can destroy creative thought if applied too mechanically. In a complex system, such as a database, best-practices so often blur into 'it depends'.


    What set of policies are...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: What do you do when you have a repetitive task to do?

    manie - Friday, May 12, 2017 1:02 AM

    I find that Excel and Notepad++ is invaluable tools for a developer. I have to...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: What do you do when you have a repetitive task to do?

    It's a lot easier to automate a process when it's been well defined (ie: the functional requirements don't change) and when the underlying physical environment is stable (ie: you don't...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Translating Queries

    Mike Scalise - Wednesday, May 10, 2017 9:17 AM

    Thanks, everyone, for the replies. This wouldn't be a headache for us database developers...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: SQL books and reference materials

    You're posting in a SQL Server 2008 forum. A lot has changed in the area of availability, replication, and disaster recovery features between versions 2012-2014-2016. Confirm that you're production environment...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Translating Queries

    As the DBA, about the only influence you have this situation (poorly constructed SQL coming from an application) is to insure that both [some_table].[some_id] and [some_other_table].[some_other_id] are indexed. If investigation...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Would You Still Love Linux If Windows Was Free?

    loyd.gravitt - Tuesday, May 9, 2017 8:48 AM

    TomThomson - Tuesday, May 9, 2017 3:55 AM

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: ETL Processes and SOX

    Phil Parkin - Tuesday, May 9, 2017 8:58 AM

    Eric M Russell - Tuesday, May 9, 2017 8:46...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

Viewing 15 posts - 1,471 through 1,485 (of 6,041 total)