我已经尝试过Import/Export向导,但在Data source下拉列表中没有XML驱动程序。有没有一种方法可以将XML数据导入到SQL Express中,而不需要编写应用程序来显式地执行此操作?
发布于 2009-04-02 15:45:43
参见OPENXML。
发布于 2009-04-06 08:30:06
请参阅我写的关于importing XML into the database using T/SQL的文章。
https://stackoverflow.com/questions/710251
复制相似问题