读书人

The solution of SSIS Error: Timeout

发布时间: 2012-08-22 09:50:35 作者: rapoo

The solution of SSIS Error: Timeout expired.

SSIS error message is:

Error: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

?

Solution:

?

The solution is simple, change the?CommandTimeout property of yourSqlCommand object.

?The Connect Timeout attribute of a connection string determines how long aSqlConnection Object runs before it stops attempting to connect to a server.

?

For example:

Set OLE DB Destination.CommandTimeout = 0;

&

Set ADO.NET Connection.Connect Timeout = 0;

?

When 0 is for no limit.

读书人网 >Ruby Rails

热点推荐