How to pass xml file to stored procedure in sql server using python

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nehasonawane20
    New Member
    • Mar 2013
    • 1

    How to pass xml file to stored procedure in sql server using python

    I have written a stored procedure which accepts input as xml file also it parses the data within the xml file.
    Do u have any idea how the pass the xml as parameter to stored procedure using python.
    The sql server i am using is mssql 2008
Working...