|
visakh16
Very Important crosS Applying yaK Herder
India
47189 Posts |
Posted - 04/15/2008 : 11:50:12
|
You mean store it in sql 2005? You can use a field with built in datatype xml to store the values in sql table. But make sure they are well formed else it will error. The bulk import of XML files to table can be done by means of BULK INSERT statement.Refer this article for more methods:-
http://msdn2.microsoft.com/en-us/library/ms191184.aspx
|
 |
|