Hi,
While Importing a flat file containing 151 columns to SQL Database we are getting an exception.
"SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x8007000E.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x8007000E Description: "Not enough storage is available to complete this operation."
Failed to open a <g class="gr_ gr_133 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling" data-gr-id="133" id="133">fastloadrowset</g> for "[dbo].[TestTable]". Check that the object exists in
the database."
When columns reduced 131 in SQL it's working. Is it a limitation of SSIS <g class="gr_ gr_272 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="272" id="272">dataaccess</g> mode "Table or view - Fast load" option.
Thanks,
Arun