Import Excel to sqlserver 2005 using Sqlbulkupload
Posted
by
Jayesh
on Stack Overflow
See other posts from Stack Overflow
or by Jayesh
Published on 2010-12-21T05:49:13Z
Indexed on
2010/12/21
5:54 UTC
Read the original article
Hit count: 252
Hi all,
I want to upload excel file using SqlBulkCopy into sql server 2005 table. My excel file size is 43MB. When i am uploading this file it will display error message that "The request filtering module is configured to deny a request that exceeds the request content length.". My web.config file setting is
<httpRuntime executionTimeout="12000" maxRequestLength="2097151" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100"/>
Thanks in advance.
© Stack Overflow or respective owner