Forum Replies Created

Viewing 15 posts - 1,201 through 1,215 (of 6,032 total)

  • RE: Don't Use Code Coverage

    T-SQL is a high level declarative language that generally doesn't involve a lot of branching (although every organization has a handful of 2,000+ liners). So, I'm guessing that Code Coverage...

  • RE: Why SQL Server is Better Than Oracle

    kannan_egd - Thursday, October 5, 2017 3:27 AM

    ...

    ...

    If anybody knows the solutions or work around for my...

  • RE: Is this a good idea or a really, really dumb one?

    If is the database isn't building a dimensional model, a star-schema model, or computed summary tables, then it's not really a "data warehouse".

  • RE: Rewrite Your Code Tomorrow

    This topic reminded me of some writers and artists who (inadvertently or deliberately) destroy the first versions of their work, but then go on to produce a subsequent version for...

  • RE: Why SQL Server is Better Than Oracle

    ZZartin - Wednesday, October 4, 2017 8:23 AM

    Eric M Russell - Wednesday, October 4, 2017 7:55 AM

  • RE: Rewrite Your Code Tomorrow

    Even the best developers can write bad code when they're under the influence of adrenaline, sleep deprivation, and poor requirements. Just like professional authors have editors, it helps to have...

  • RE: Why SQL Server is Better Than Oracle

    To effectively scale to TB sized tables, an enterprise class RDMS like SQL Server or Oracle must be paired with an enterprise class DBA.

  • RE: Why SQL Server is Better Than Oracle

    kannan_egd - Wednesday, October 4, 2017 4:08 AM

    Yes, I too agree, but when comes to large volume data handling still SQL...

  • RE: Is this a good idea or a really, really dumb one?

    I'm not sure what you're asking, but if what you're saying is that there is one database view created for each application dashboard, meaning that each new application dashboard requires...

  • RE: Database design to handle Millions of records

    Read up on third normal form, primary keys, index covered joins.

  • RE: No More Service Packs

    I guess this an effort on the part of Microsoft product teams to better synchronize shared code bases, builds, and testing between SQL Server 2016/2017 and Azure SQL Database, which...

  • RE: Why SQL Server is Better Than Oracle

    I've worked with Oracle in the past as well, and I can adapt to differences in syntax. However, a harder pill to swallow is that in Oracle, '' IS NULL....

  • RE: No More Service Packs

    I trust Microsoft, particularly the SQL Server team, to do this right and to do it for the right reasons. It's probably the best engineered software product in the world.

  • RE: A New New World

    I'm not concerned about alleged health risks associated with eating GMO food; that's not the risk people should be concerned with. The way I see it, the real potential threat...

  • RE: Get-DbaPowerShell

    Here is where I've found PowerShell particularly useful:
    - Iterating across multiple servers. In my case that's hundreds of servers.
    - Integration with Windows, things like gathering disk...

Viewing 15 posts - 1,201 through 1,215 (of 6,032 total)