Forum Replies Created

Viewing 15 posts - 1,786 through 1,800 (of 6,041 total)

  • RE: How Much Code Can You Review?

    Assuming you're using a version control system, a visual difference comparison across commits helps tremendously. Also, it helps when each commit has a descriptive comment, because (at least in TFS...

  • RE: Any way to assign a lower priority to a query / view?

    kramaswamy - Thursday, January 26, 2017 1:23 PM

    Hey Eric,

    Thanks for the info!

    The idea of having a snapshot table, or possibly even just a...

  • RE: Int vs Bigint

    I've dealt with BigInt identifiers a lot when I worked in the healthcare industry, and I've seen Entity-Attribute-Value modeled tables accumulate several billion rows within the first couple years of...

  • RE: Int vs Bigint

    GilaMonster - Thursday, January 26, 2017 2:48 PM

    Eric M Russell - Thursday, January 26, 2017 1:17 PM

    January 26, 2017 at 3:03 pm

    #1925205

  • RE: Int vs Bigint

    I may look back at this 10 years from now and laugh, but I can't imagine uniquely identifying 9,223,372,036,854,775,807 of anything, unless you're doing click stream analysis on every global user...

  • RE: Any way to assign a lower priority to a query / view?

    The short answer is: No, you can't assign execution priority to a SQL Server request the same way you can a Windows process. Also, the issue isn't just CPU and...

  • RE: The New SQL Server 2016 Edition Limits

    I still recall the day back in 1997 when I first saw that awesome new Sybase server with it's 500 (MB) of memory. It was such a leap forward from...

  • RE: The New SQL Server 2016 Edition Limits

    I work for a national retail chain, and we have 2000+ installations of SQL Server Express edition deployed at store locations, and just last year we finally got all the...

  • RE: The difference between the database administrator with database programmer

    If you're not in charge of backups, security, and monitoring, then you're not a database administrator.
    If you can't code T-SQL, then you're not a database programmer.
    If you...

  • RE: The War Room

    Yes, you don't need an "all hands" meeting every time a deployment fails or something goes bump in the night, especially when such things are a weekly or even daily...

  • RE: The Purpose of a Database

    xsevensinzx - Monday, January 23, 2017 6:24 AM

    It's not just value for our customers, but the value we add to the organization. One...

  • RE: Something I learned while unemployed

    As for certifications, yes it is helpful when it comes to landing a job. We may argue the merits of whether a certification makes a competent DBA / Developer even...

  • RE: Something I learned while unemployed

    Topics like unit testing, DevOps, or ETL are broadly defined and subject to interpretation even today. It's very well possible that you have more actual experience than you think you...

  • RE: The Purpose of a Database

    Technology aside, when a database project is conceptualized, the organization should ask itself whether it is truly providing value for our customers... or just hoarding data. I'm thinking about internet service or...
  • RE: The Inside Job

    The financial and healthcare industries are already regulated, because they involve money and privacy, but really unsecured data can cost individuals their money and privacy regardless of the line of business with...

Viewing 15 posts - 1,786 through 1,800 (of 6,041 total)