怎样才能将XML文件导入SQL Server 2005?
我有个200多M的xml文档数据!~请问怎么样加进去呢~?
谢谢!~
学习》。。。。
请问下 小F
我不知道那里面有什么字段,多少字段,怎么导入进去呢·
消息 156,级别 15,状态 1,第 4 行
在关键字 'BULK' 附近有语法错误。
相关问答:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jas ......
今天做了一个存储过程 环境是SQL2000数据库
大致如下
建立临时表
定义员工游标
循环员工(属于1个公司)
......
从数据库中查询一张表的数据
select 部门,姓名 from tb
如何才能生成下面的xml格式
XML code:
<folder state="unchecked" label="全部">
<folder state="unchecked&qu ......
表
id bh
1 10
2 11
3 12
4 15
5 16
6 22
7 25
8 26
9 27
10 28
将bh按连续分段出来返回字符串:
10~12,15~16,22,25~28
SQL code:
declare @t tabl ......