Hi,
I am having Transfer SQL server object Task in my SSIS package and it is giving following error 4/5 times when I execute the package. I am using SQL server Data tools 2010 for my SSIS package.And my source and destination database server is SQL server 2014
Code: 0xC002F325
Source: Create Tables Transfer SQL Server Objects Task
Description: Execution failed with the following error: "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.".
•I unchecked for "Cancel long running query after 30 seconds" in Query and view designer options.
•I have also set connection timeout and Query time out as 150 in Business Intelligence Designer Option.
But nothing is working for me, can anybody please suggest how to resolve this issue?