Forum Replies Created

Viewing 15 posts - 601 through 615 (of 6,022 total)

  • RE: The Pros and Cons of Terabyte Phones

    ... I don't know of any mobile to PC infections yet, but I do know there are lots of smart people out there. It's just a matter of time...

  • RE: Enjoying a Down Weekend

    Some Netflix series I've enjoyed recently:
    - Ozark 
    - Babylon Berlin
    - Occupied
    - The Colony
    - You (Imagine the movie "You've Got Mail" meets the character "Dexter Morgan").

  • RE: The Downside of Tool Autonomy

    I assume we're mostly talking in the context of programming languages, IDEs, and APIs. It probably doesn't matter if a team member starts using VSCode or Toad to code their...

  • RE: Reserved Space

    Regarding mssql storage, if there is only one large database on the server, then managing space is relatively simple, just give it plenty of space and then initialize the data...

  • RE: Reserved Space

    ... My other hope is that  we get quantum, PB sized storage devices that can fit in our phone. I can't ever remember anyone on Star Trek running out...

  • RE: A Large GDPR Victim

    Proceeds from collected fines could go toward public awareness campaigns. Also, rather than simply establishing regulations and proscribing periodic audits, the government could hire a team to perform network penetration,...

  • RE: A Large GDPR Victim

    I am skeptical about how far the government will go to enforce data privacy and protection regulations on big data companies, considering that the government actually leverages these same companies...

  • RE: how to track DB read-write operations for 30 days without using Profiler

    Also, before you drop the database, take it offline and leave in place for a few days just to see if someone or something complains.

  • RE: how to track DB read-write operations for 30 days without using Profiler

    The DMV dm_db_index_usage_stats can be used to query reads and writes on indexes.
    https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-db-index-usage-stats-transact-sql?view=sql-server-2017

    The columns you'll find useful are these:
    last_user_seek    datetime    Time of last user seek

  • RE: Fast Enough

    Steve Jones - SSC Editor - Friday, January 25, 2019 8:35 AM

    I built a few FoxPro and VFP apps. They were much...

  • RE: Your Recovery Time

    Most enterprise database environments have a hub and spoke or snowflake architecture. There is a central transactional database server, and then there are data marts and other line of business...

  • RE: Fast Enough

    robert.sterbal 56890 - Thursday, January 24, 2019 6:35 PM

    I just came across some active documentation at work that referenced VFP. I...

  • RE: Faster Cloud Warehouses

    In addition to the firewall, you can secure access to your Azure resources using VPN, Azure AD authentication, and access tokens. For hackers, the low hanging fruit are unpatched servers,...

  • RE: Fast Enough

    Jeff Moden - Thursday, January 24, 2019 9:34 AM

    ...
    The point I'm trying to make here is that people already have the tools...

  • RE: Fast Enough

    The database engine chosen for an application needs to match the expected data access patterns. RDMS are excellent for scenarios where you need to query, insert, and update manageable subsets...

Viewing 15 posts - 601 through 615 (of 6,022 total)