Forum Replies Created

Viewing 15 posts - 3,136 through 3,150 (of 22,204 total)

  • RE: Computed columns best practices.

    DesNorton - Tuesday, June 19, 2018 10:55 AM

    I have zero experience with AE, so I may be completely off the mark.
    That...

  • RE: Db design advice

    If you're getting deadlocks from the process, I'd double check the query tuning first of all, the indexing next, and the calls made by the queries. If it's the same...

  • RE: RTO AND RPO

    They're both defined locally. The Recovery Time Objective is how long it takes to recover your database. You have to test it. Recover just a database. Recover a database plus...

  • RE: Selecting some text in the editor is difficult

    I am absolutely not seeing similar behavior. Uninstall and reinstall maybe?

  • RE: Computed columns best practices.

    I'm with Jeff, first thought, it depends.
    However, I'll go a little farther. With low levels of data modification, even if the computed columns are doing a lot of work,...

  • RE: Partitioning on sql azure db? is it possible?

    Partitioned views and traditional partitioning are not supported because Azure SQL Database implements the PaaS offering differently. However, lots of people do logical partitioning with Azure SQL Database letting the...

  • RE: Logging options while running stored procedure

    Only concern I have is that looks like a big transaction. Will there be multiple copies of this running at the same time? If so, you could see a lot...

  • RE: Db design advice

    Lots of information there. I'll try to make some suggestions.

    First, instead of copying all the data every time there's a promotion from one state to another, I'd rather...

  • RE: querying on view takes long

    jccalmerin - Friday, June 8, 2018 1:54 PM

    Thanks for your suggestion. I am new to the company and it has been there...

  • RE: Primary key incrementation

    Luis Cazares - Wednesday, June 6, 2018 1:53 PM

    xboxown - Wednesday, June 6, 2018 1:02 PM

    June 7, 2018 at 5:20 am

    #1993187

  • RE: update table: PK or unique idx?

    Without seeing the query and the execution plan, I can do more than offer vague platitudes.

    So, here's one. A  primary key is a unique index. How can replacing...

  • RE: querying on view takes long

    Why all the group by statements when you're not doing any aggregation that I can see? That's going to blow performance out of the water. Especially grouping on, what, 14...

  • RE: "Take a tail-log backup"

    Beatrix Kiddo - Monday, June 4, 2018 6:52 AM

    Great, thanks. That's what I think too. My take on this is that writing...

  • RE: Same query, two users, different performance

    There are tiny differences in the estimates, but the plan hash and the query hash are identical. To all intents & purposes, they're the same plans. I saw some implicit...

  • RE: Same query, two users, different performance

    aistela - Saturday, June 2, 2018 8:27 AM

    Hello,
    I have the same problem. In our company about 20 users every day runs the...

Viewing 15 posts - 3,136 through 3,150 (of 22,204 total)