dbTalk Databases Forums  

save the information from an xml in sql

microsoft.public.sqlserver.xml microsoft.public.sqlserver.xml


Discuss save the information from an xml in sql in the microsoft.public.sqlserver.xml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
paulcc84
 
Posts: n/a

Default save the information from an xml in sql - 03-01-2010 , 01:51 PM






hi all. I need to save the mass information from an xml in
sql database from c # is not how. thanks
--
desarrollo

Reply With Quote
  #2  
Old   
Stefan Hoffmann
 
Posts: n/a

Default Re: save the information from an xml in sql - 03-03-2010 , 02:06 PM






hi Paul,

On 01.03.2010 20:51, paulcc84 wrote:
Quote:
hi all. I need to save the mass information from an xml in
sql database from c # is not how. thanks
SQL Server has a data type XML for storing fragments:

http://msdn.microsoft.com/en-us/library/ms189887.aspx
http://msdn.microsoft.com/en-us/library/ms187339.aspx

It also has the FILESTREAM data type for storing files.

http://msdn.microsoft.com/en-us/library/bb933993.aspx


mfG
--> stefan <--

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.