Table has 250 million recs . Goal is to load all the files from table to a flat file .
Initial run failed at 170 millions with below error.
So split the table data into 5 and now the first 50 million itself is failing at various count each time.
Is there any alternative free source tool or ways to resolve this error?
The solution available online to resolve these errors arent helping.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Protocol error in TDS stream".An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "Communication link failure".
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "TCP Provider: An existing connection was forcibly closed by the remote host.