October 10, 2019 at 12:00 am
Comments posted to this topic are about the item The Basics of INCLUDE
October 10, 2019 at 2:41 pm
I have limited experience with INCLUDEs, but I would add that they are particularly relevant for table-valued functions that are accessed via CROSS or OUTER APPLY operators. The performance implications can be a game changer.
October 10, 2019 at 2:47 pm
Great point. I ought to try and demo that as well and show where this is useful.
October 10, 2019 at 5:35 pm
Great introduction to a very useful feature, Steve. Thanks for taking the time to write it up and post it.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 10, 2019 at 5:43 pm
Thanks, glad you like it
October 11, 2019 at 1:47 am
Thanks, glad you like it
I think a large part of why I like it is because it's at a really back-to-the-basics level but also has a mention of performance (I know... hard to avoid for the given subject). You don't see much of that anymore. It's become a problem on SQL Saturdays and, dare I say it, at the PASS Summit. A lot of things labeled as "Beginner" really aren't anymore and those that are seem to avoid the subject of "performance", which every beginner should learn about from the git whether for on-premise or in the cloud.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 15, 2019 at 3:20 pm
Great article - thank you for posting!
I hope this doesn't come off wrong. I'm far from a grammar Nazi... but It looks like you may have a typo at the start of your summary.
"Using the INCLUDE clause and help you..."
Thank you for all that you do to help the community grow. It would be next to impossible for accidental DBA's like myself to function without such a strong community.
October 15, 2019 at 4:20 pm
Thanks, edited the article and you are welcome.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply