Store xml file using Stored procedure

  • I am new to SQl

    So i dont knw whether my question is correct or not

    Can i store a xml file using Stored procedure?Can I use that stored procedure for updating a datafield of a table?

  • Not too sure what you are saying in your post but an XML file is usually data which you want to import or export in and out of your database, so for example the XML file contains a list of people in your business, its just a very organized simplistic structure for data which is used mainly by Web applications.

    If you are wanting to import xml data then there are 4 methods/type of XML files to import; XML RAW, XML AUTO, XML PATH and XML EXPLICIT.

    Hope this helps...

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply