Forum Replies Created

Viewing 15 posts - 3,061 through 3,075 (of 22,214 total)

  • RE: Time Outs!!

    Right. So see the difference? One thinks nearly 100 rows. The other thinks only 8. The slow one used a loops join to process 1200 rows. A hash join is...

  • RE: I'm Not a Lawyer, But...

    SGT_squeequal - Monday, August 6, 2018 9:21 AM

    In my current role i deal with Data in one way or another, day in,...

  • RE: Time Outs!!

    So, the issue isn't the particular join, different ones are used for different reasons. What the issue is, is likely data or statistics related. It's probable that each of your...

  • RE: Index fragmentation - performance within application context

    I haven't read the whole article. The core of both statements is correct. Fragmentation can lead to extra reads on disk. The issue is, defragmentation leads to refragmentation. To really...

  • RE: I'm Not a Lawyer, But...

    Oh, I'm not practicing law or offering legal advice. It says right there in the editorial, first, legal and business, second, technical. However, meeting the technical needs of pretty much...

  • RE: Foreign Keys

    HappyGeek - Saturday, August 4, 2018 1:43 AM

    Grant, Jeff and  all of you thanks for the advice and support, my tools of...

  • RE: Foreign Keys

    HappyGeek - Friday, August 3, 2018 8:51 AM

    Lol, not as confused as I am, told to sort the server and all...

  • RE: Verifying the restore

    Heck, I didn't know it checked for available space.

  • RE: NULL Tests

    Fixed it. Not sure how to deal with anyone's lost points though. Sorry. I'm new to this whole admin thing.

  • RE: NULL Tests

    Sorry everyone. I'm working to get this fixed.

  • RE: Foreign Keys

    HappyGeek - Thursday, August 2, 2018 10:18 PM

    Many thanks to everyone for your valued contribution, the general opinion is aligned to what...

  • RE: Write a SQL queries for the following questions in the below image?

    We have an excellent primer on T-SQL right here on this web site. I'd suggest you read through that and if anything doesn't make sense, please ask. However,...

  • RE: formatting T-SQL

    I do love me some SQL Prompt from Redgate Software. It does more than just format the code. It also provides type-ahead, supports Azure SQL Database and Managed...

  • RE: Time Outs!!

    Check the links in my signature. The book on execution plans will help.

  • RE: Foreign Keys

    Jeff Moden - Thursday, August 2, 2018 8:54 AM
    TLDR: It depends

    Fixed that for you.

    Ha!

Viewing 15 posts - 3,061 through 3,075 (of 22,214 total)