Viewing 15 posts - 61 through 75 (of 89 total)
June 1, 2018 at 12:20 pm
June 1, 2018 at 12:18 pm
June 1, 2018 at 12:16 pm
In order to seperate the age groups and events I was repeating the SELECT statement but I had to restate the WITH statements. I thought since the data is...
June 1, 2018 at 10:56 am
June 1, 2018 at 10:52 am
I had some time today to look at it again. I came up with this solution to import one file.
use meetscoreslive
DECLARE @test-2...
May 31, 2018 at 10:25 pm
USE meetscoreslive
CREATE TABLE #XmlData ([FileName] VARCHAR(500))
--plain vanilla dos...
May 19, 2018 at 11:03 am
I think this one does that?
USE meetscoreslive
CREATE TABLE #XmlData ([FileName] VARCHAR(500))
--plain vanilla dos dir command with /B switch (bare format)
INSERT...
May 19, 2018 at 10:37 am
Ok, after staring at it for 6 hours I see that you are just dumping the whole xml data line by line into ScoresXML. That is why when I execute...
May 17, 2018 at 6:30 pm
May 17, 2018 at 5:17 pm
I like that your code gets all the data in from the xml file. Maybe for simplicity I should have one long query that imports 14 separate xml files to...
May 17, 2018 at 4:55 pm
Ok, that just fried my brain. I have been looking up info all day but still having trouble as this is above my pay grade 😉 I understand what it...
May 17, 2018 at 4:26 pm
There are two vendors that post scores online. Two issues happen that make it difficult sometimes to get the scores. Most meets are in steel buildings so cell coverage is...
May 16, 2018 at 10:34 pm
May 16, 2018 at 12:31 pm
May 16, 2018 at 12:27 pm
Viewing 15 posts - 61 through 75 (of 89 total)