Skip to content

Instantly share code, notes, and snippets.

View oscarandreu's full-sized avatar
馃挱
At work

脫scar Andreu oscarandreu

馃挱
At work
View GitHub Profile
Only gets the <loc> lines from:
```xml
<url>
<loc>https://asdf.net/55/s.i.v.-search</loc>
<lastmod>2020-06-15</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://asdf.net/catalogue/64/catalogue-pro</loc>
CREATE TABLE #LINKED
(
SRV_NAME nvarchar(100)
,SRV_PROVIDERNAME nvarchar(100)
,SRV_PRODUCT nvarchar(100)
,SRV_DATASOURCE nvarchar(100)
,SRV_PROVIDERSTRING nvarchar(100)
,SRV_LOCATION nvarchar(100)
,SRV_CAT nvarchar(100)
)