Hi All,
I am exporting xml data to sql server 2008 database.
Query to insert: http://stackoverflow.com/questions/3606649/querying-a-xml-in-sql-server-2008
Everthing is working fine if the file size is small. Now the xml file size is above 5mb. It showing timeout error. How to resolve this.
Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. The statement has been terminated.
Geetha.