August 29, 2022 at 6:59 am
Jobs90312 wrote:Jeff Moden wrote:Jobs90312 wrote:Ok and what about Python? I heard somewhere that it can also be used as an alternative of SSIS tasks?
Yes it can... so can C#, Visual Basic, PowerShell, a decent DOS batch file, and a bunch of other methods. In fact, in theory, you can replace all of SQL Server with those things.
My question would be...
WHY? What is it that you're trying to do?
I am trying to Import some XML files data into SQL tables. I tried doing this with ZappySYS XML Source and I was successful but there were license issues so I cannot deploy it to server.
Righto. Have you considered creating a post like this?
"I am trying to import some XML files into SQL Server tables, but I am not sure how best to do it. I have attached a file containing some sample data. Can anyone suggest a solution, please?"
Yes. On various locations.
August 29, 2022 at 7:11 am
Phil Parkin wrote:Righto. Have you considered creating a post like this?
"I am trying to import some XML files into SQL Server tables, but I am not sure how best to do it. I have attached a file containing some sample data. Can anyone suggest a solution, please?"
Yes. On various locations.
I've answered some of your posts on SSC, as have others. I cannot find any which include sample files. Nor can I see any which remain unanswered. You refer to 'license issues' when the more accurate term would be 'can't or won't pay for third-party software'.
Perhaps one of your posts here included sample files and I missed it. Please post a link to it.
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
August 30, 2022 at 12:44 am
Just do a BULK INSERT to import the XML file as a BLOB and parse it with the normal XML tools.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 16 through 18 (of 18 total)
You must be logged in to reply to this topic. Login to reply