HOW TO: Import XML Feed from Another Domain
I have a stored procedure (SP) that imports 2 internal XML feeds into a SQL Server 2005 table using Bulk Load/OPENROWSET without a problem. But I’d. … From research, I’m *thinking* this is an issue regarding accessing data from another site/domain, but I can’t say for sure. I’m able to do this in ASP.NET/ VB .NET code without a problem, so I’m not sure why it wouldn’t work within SQL Server 2005 somehow. I’m including the entire SP code below. …
View original post here:
HOW TO: Import XML Feed from Another Domain


