我正在使用SqlBulkCopy从xml备份还原表。其中一个表备份约为200MB,并且有很多记录。
我有错误:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
您可能需要增加超时时间。尝试sqlBulkCopy.BulkCopyTimeout从默认值30秒增加该值。
sqlBulkCopy.BulkCopyTimeout