I am struggling to read the nodes on the following feed using t-sql in SQL Server 2005:
http://www.slowdating.com/Affiliates/rss.aspx/all.xml
I download it using ASP and then run the following:
DECLARE @docHandle int
DECLARE @xmlFeed XML
SELECT @xmlFeed = BulkColumn FROM OPENROWSET(BULK...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.