-
We are currently writing a large piece of code in XML from a large query like below: set serveroutput on; …
- 945 views
- 1 answers
- 0 votes
-
I have a problem where I need to parse a bunch of XML files into a SQL database where the …
- 389 views
- 1 answers
- 0 votes
-
I’m currently developing an OData API in .Net Core 3.1 which fetches data from SQL server. Using postman, I’m sending …
- 363 views
- 1 answers
- 0 votes
-
Lets say I have many XML files to import into a new SQL database, each XML file has a varied …
- 372 views
- 1 answers
- 0 votes
-
I’ve downloaded the latest English Wikipedia dump (enwiki-latest-pages-articles-multistream.xml) from here, and I’m trying to import it to SQL Server 2018. …
- 388 views
- 2 answers
- 0 votes
-
I have a database with next tables (simplified): TPersons: FId – primary key, int – Id of person FName – …
- 0 views
- 0 answers
- 0 votes
-
I have the following XML file (I put here only a short scheme), it’s a SEPA XML bank statement. I’m …
- 367 views
- 2 answers
- 0 votes
-
Present algorithm uses … ,x.n.value … [1] method which retrieves only first records. What is better to use to retrieve …
- 354 views
- 1 answers
- 0 votes
-
I found anything about an API in Java to load or convert XML to SQL. Do you know a solution …
- 376 views
- 1 answers
- 0 votes
-
I am trying to extract data from XML using oracle SQL but returns null value. This is my XML: <?xml …
- 423 views
- 1 answers
- 0 votes