Forum Replies Created

Viewing 15 posts - 4,366 through 4,380 (of 39,736 total)

  • RE: Make a sentence

    June, or end of May. I'll be at SQL Sats
    - Brisbane
    - Christchurch
    - Melbourne

  • RE: Default Security

    kiwood - Wednesday, February 20, 2019 7:57 AM

    I think back to a product we didn't realize silently installed SQL Server Compact. We...

  • RE: How Perfect Should Our Software Be?

    I like the "try to make it righter" approach. It's what we tend to do at Redgate. We try to build good code. We work quickly, but we constantly try...

  • RE: You Need Offline Backups

    I completely agree. While a hardware disaster might merely need 2-3 full backups, a subtle bug or malicious attack across a short time might need some from weeks ago. I...

  • RE: BCP usage

    This is almost always data related. You need to look at the .csv in a text editor like notepad++ that allows you to see characters that might not be visible....

  • RE: A Supercomputer in My Pocket

    The mobile phone usage, or overusage, is interesting in ways. On one hand, that access to information is amazing. On the other, this does mean we sometimes create new critical...

  • RE: Installing Office (Excel) on database server - security conserns

    I wouldn't install office as this increases surface attack area and creates the need for patching here. Install Office on any other machine and let that machine do the work...

  • RE: How Perfect Should Our Software Be?

    I'd say that perfection from the users' perspective is something different. I was writing more in terms of what we'd consider too software engineering or strong, robust architecture or development...

  • RE: BCP usage

    bcp works with text files, with any delimeter, so a csv would work.

  • RE: Transaction Log Shipping

    Keep in mind with log shipping the databases aren't in sync unless there are no changes on the primary after the last log backups is sent to the secondary. When...

  • RE: What happens exactly to Non Clustered Indexes when you truncate a table?

    AFAIK, if you truncate the table, the pages allocated to the NDX are deallocated. They are then cleaned up with the ghost cleanup process.

    If there is data in...

  • RE: SQL server on Linux

    Is this for testing or production? If production, you're not going to get support if you have issues. Pay for RHEL in production. For a lab, just do it.

  • RE: SQL server on Linux

    It works on CentOS, but not officially supported.

  • RE: The SQL Saturday Thread

    Congrats, and enjoy. Sorry I'll miss you here, but I'll be on an airplane that day.

  • RE: Are the posted questions getting worse?

    Lynn Pettis - Friday, February 15, 2019 4:16 AM

    I guess it is my turn.

     I received a call this morning (2019-02-15) at approximately...

Viewing 15 posts - 4,366 through 4,380 (of 39,736 total)