Forum Replies Created

Viewing 15 posts - 616 through 630 (of 6,022 total)

  • RE: Faster Cloud Warehouses

    Here you can estimate the costs for compute and storage.
    https://azure.microsoft.com/en-us/pricing/details/sql-data-warehouse/gen2/
    Also, iIf you're considering a hybrid scenario, where your source systems and applications are on-prem and your...

  • RE: What is Alternative of numbered_procedures?

    In the past, I've used schemas to isolate different versions of the same object within the same database. I used this typically in development or for parallel testing in QA....

  • RE: Build dimension as a VIEW

    Provide some context about how this view fits into the overall data warehouse design, and how it will be used. From a data warehousing perspective, assuming this discussion is in...

  • RE: The Lost Time

    If a political candidate proposed eliminating Daylight Saving Time, it would prove to have a broader base of support than would a border wall, gun control, or free college...
  • RE: Versatile or Jack of all trades

    The article describes the business analyst in question using the past tense, so it makes me wonder if she was a contractor or consultant. If so, then I can see...

  • RE: Versatile or Jack of all trades

    My personal opinion is that she would make a valuable addition most any project. But the problem is that some people may not have had a positive experience with her....

  • RE: The Justification Database

    When it comes to securing ballistic missile systems, maybe keeping them off the internet grid is best. I reject the notion that we must IoT everything.

  • RE: The Justification Database

    Ideally, the DBA doesn't grant access to people, we should only grant access to functional roles. Where I work now, most access is granted using AD domain roles (ie: [SG eComm...

  • RE: Ensuring Designs have Flexibility

    It's impossible for IT to create a database model that lines up with the organization's business model and user requirements, when the business model and user base are constantly changing...

  • RE: Where's that Snippet?

    For the past year or two, I've been using the Pocket extension for Chrome to archive and tag links to websites. Used in conjunction with the Pocket mobile app, I...

  • RE: Fun with Dates and Times

    When it comes to pleasing the customer, it's best to keep the salt and pepper shaker on the table rather than have the chef make assumptions.

  • RE: Fun with Dates and Times

    For database storage, I'd suggest DATETIME type populated with GETUTCDATE(). Each user can specify preferred time zone and display preference under our account profile, and then let the web application...

  • RE: Fun with Dates and Times

    Steve Jones - SSC Editor - Tuesday, January 15, 2019 9:59 PM

    Comments posted to this topic are about the item Fun...

  • RE: Can NULLs Exist in the Columns of a Non-Clustered Index?

    By default, non-clustered indexes do in fact keep track of NULL values, and can answer for both "id IS NULL" or "id IS NOT NULL" predicates, regardless of the null-ability...

  • RE: Where's that Snippet?

    ThomasRushton - Monday, January 14, 2019 10:05 AM

    Eric M Russell - Monday, January 14, 2019 7:48 AM

Viewing 15 posts - 616 through 630 (of 6,022 total)