Viewing 15 posts - 766 through 780 (of 8,731 total)
Didn't we gave some faster alternatives in the forums for this function?
December 28, 2017 at 10:37 am
December 28, 2017 at 7:45 am
I'm not sure what's the problem as I get those results immediately in my laptop. A different option that we use here is using OPENXML which requires sp_xml_preparedocument and sp_xml_removedocument.
December 27, 2017 at 12:46 pm
December 27, 2017 at 12:12 pm
You could try to change the DISTINCT with GROUP BY. That might force it to eliminate duplicates before creating the XMLs (although, it doesn't seem like you need the DISTINCT...
December 27, 2017 at 9:14 am
Does the order in which the tables are placed inside a join matter...
December 27, 2017 at 7:40 am
December 19, 2017 at 12:39 pm
Chris Harshman - Tuesday, December 19, 2017 11:21 AM
so... how about that weather we've been having lately?
As variable as the critics for the new Star War...
December 19, 2017 at 12:29 pm
I would take some benefit of using the integers behind and performance improvement of using an inline table-valued function.
CREATE FUNCTION dbo.ifn_DifferenceBetweenDates
(
@Date1 Datetime, --...
December 18, 2017 at 1:44 pm
I thank you for the test, Jeff. However, I still don't believe that someone will be updating 10 million rows at a time. The most common scenario would be to...
December 18, 2017 at 11:01 am
I guess Joe is not in the table because he's not elite? :hehe:
Go Ravens!
December 18, 2017 at 9:59 am
Viewing 15 posts - 766 through 780 (of 8,731 total)