I have create a table with 3 columns @UserDefinedSectionData with XML datatype, @UserDefinedModuleId with INT datatype and @UserDefinedTabId with INT datatype.
I need to insert the whole XML file into database, in T-SQL i need to read path from my local PC, example: C:\Websites\dnndev.me\XML\abc.xml, after read it and insert the whole xml into UserDefinedSectionData column which is XML datatype.
How can I do it?