FIX: SQLDMO - Setting BULKCOPY.SuspendIndexing = True May Fail (239717)



The information in this article applies to:

  • Microsoft SQL Server 7.0

This article was previously published under Q239717
BUG #: 54689 (SQLBUG_70)

SYMPTOMS

When using SQLDMO BULKCOPY object in a Visual Basic application, BULKCOPY.ImportData fails if BULKCOPY.SuspendIndexing = True. The symptoms are different depending on whether or not there are indexes on the destination table.

With no index on the destination table, the application terminates with the following exception access violation:
Run time error '-2147221499 (80040005):
[SQL-DMO]Code Execution Exception:
EXCEPTION_ACCESS_VIOLATION
With an existing index, the application terminates with the following message:
Run time error '-2147221296 (800400d0):
[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'table'
where 'table' is the name of the destination table into which the data is imported.

WORKAROUND

Set BULKCOPY.SuspendIndexing = False. Then in the Visual Basic code, explicitly drop and recreate the indexes on the table.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

232570INF: How to Obtain Service Pack 1 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0

For more information, contact your primary support provider.

Modification Type:MajorLast Reviewed:3/14/2006
Keywords:kbBug kbfix kbQFE kbSQLServ700sp1fix KB239717