我创建了一个Adobe LiveCycle表单,用于将表单数据收集到XML文件中。我想将此XML数据读入SQL Server 2008数据库。数据的格式是具有2个子表的父表。将数据导入数据库的选项有哪些。
答案 0 :(得分:0)
您的问题几乎与Importing data from XML file to SQL database相同。
您可以尝试2008版SQL Server Import/Export Wizard。
如果您知道如何编写代码,几乎每种编程语言都有一种与数据库通信的方式,并且所有这些语言都应该支持SQL服务器。
答案 1 :(得分:0)
有两种方法从xml文件中读取数据对于SQL Server 2008
1.使用xquery
2.使用OpenXML
How do you read XML column in SQL Server 2008?
Read XML document stored in SQL Server 2008 R2 with XML datatype
http://blog.sqlauthority.com/2009/02/13/sql-server-simple-example-of-reading-xml-file-using-t-sql/
http://blog.wharton.com.au/2011/05/27/part-2-openxml-what-is-it-and-how-do-i-use-it/