Viewing 15 posts - 346 through 360 (of 8,731 total)
Here's the recommendation from Microsoft
https://support.microsoft.com/en-us/help/2806535/recommendations-and-guidelines-for-the-max-degree-of-parallelism-confi
August 9, 2018 at 9:39 am
right, but it's not enough for me. the posted example was too simple. I...
August 9, 2018 at 9:11 am
Is this about something new that I missed? Something old that I've never heard about? Or just someone bringing terms from other products?
https://www.sqlservercentral.com/Forums/1984213/index-join-and-index-intersection
August 9, 2018 at 9:06 am
August 9, 2018 at 8:47 am
arvind.patil 60171 - Thursday, August 9, 2018 3:09 AMCan anybody tell me the difference b/w index join and index intersection.
Is that from...
August 9, 2018 at 6:24 am
Hello
I have 4 work trays and I would like a report that gives me the...
August 9, 2018 at 6:21 am
Just for fun, a different option.=Mid(<string>, Len(<string>) - 5, 1)
Are you sure that you'll always have at least 6 characters in your string? What happens if that...
August 8, 2018 at 1:19 pm
By the way, what would happen in dates like 2018-08-29? Would you have no rows for month?
August 8, 2018 at 12:44 pm
Can you break down the calculation for me. I...
August 8, 2018 at 12:35 pm
With Luis' one, that will take the next 7 days. By "this...
August 8, 2018 at 10:07 am
You should add a step for a review before pushing changes to the branch that will be deployed or as an approval just like the one you have...
August 8, 2018 at 9:56 am
You shouldn't be focusing on the warning. That's not causing the error.
The error might be caused by some statement with a functionality not supported by a client. It could...
August 8, 2018 at 9:15 am
I've inherited a situation where we have a business critical system with gigantic number...
August 8, 2018 at 9:11 am
What about simplifying everything?
I'm assuming that you don't actually need 6 columns and you only need 5 as one would be repeated.
SELECT
CT.claim_type_name...
August 8, 2018 at 9:06 am
What are you using to run the query? That doesn't seems to be a SQL Server error, it's more like something to do with the client.
August 8, 2018 at 8:34 am
Viewing 15 posts - 346 through 360 (of 8,731 total)