那我的file里有大量的parent table 和child table,

回答: PK 和 FK 的设定跟 tables 和 data 都有关ViBravo2017-07-04 08:27:09

我都要一个一个的先在sql里create table, create column 吗?

我有些啰嗦,就是不确定是不是这样做..因为我们有大量的xml 

file, 都这样做不是需要大量时间吗?

 

 

所有跟帖: 

不是这样做。在import xml file前,先用SSIS generate XSD(xml schema definitio -ViBravo- 给 ViBravo 发送悄悄话 (172 bytes) () 07/04/2017 postreply 08:53:30

谢谢????,我不知道如何做,我再研究下. -黑衬衫- 给 黑衬衫 发送悄悄话 (0 bytes) () 07/04/2017 postreply 09:11:34

就是说XSD会自己create table在sql server吗? -黑衬衫- 给 黑衬衫 发送悄悄话 (0 bytes) () 07/04/2017 postreply 09:15:14

XSD只是显示 data structure。destination tables还要另外create -ViBravo- 给 ViBravo 发送悄悄话 (0 bytes) () 07/04/2017 postreply 09:39:00

那就是说:还得自己一个一个的在sql server destination database create table, pk -黑衬衫- 给 黑衬衫 发送悄悄话 (30 bytes) () 07/04/2017 postreply 09:50:34

Yes -ViBravo- 给 ViBravo 发送悄悄话 (0 bytes) () 07/04/2017 postreply 10:19:31

Thank you very much ! -黑衬衫- 给 黑衬衫 发送悄悄话 (0 bytes) () 07/04/2017 postreply 10:29:28

请您先登陆,再发跟帖!