I am exporting xml data to sql server 2008 database.
.net code: How to pass XML from C# to a stored procedure in SQL Server 2008?
Query to insert: 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.