Article ID: 279180 - Last Review: September 26, 2005 - Revision: 3.1 FIX: Bcp.exe with Long Query String Can Result in Assertion FailureThis article was previously published under Q279180 BUG #: 56564 (SQLBUG_70) SYMPTOMS The Bcp.exe command-line utility will accept a table name
or a SELECT query as the source data specification. When using a lengthy SELECT
statement, you may receive the following error message:
Assertion failed: sizeof(szCmd) > strlen(szCmd), file ..\src\bcpgetsf.c,
line 50 CAUSE The command line is limited (to approximately 414 bytes).
Exceeding the limit causes the assertion failure. RESOLUTION To resolve this problem, obtain the latest
service pack for Microsoft SQL Server 7.0. For additional information, click
the following article number to view the article in the Microsoft Knowledge
Base: 301511
(http://support.microsoft.com/kb/301511/EN-US/
)
INF: How to Obtain the Latest SQL Server 7.0 Service Pack
Note The following hotfix was created before the release of Microsoft
SQL Server 7.0 Service Pack 4. HotfixThe English version of this fix should have the following file attributes or later:File name Platform --------------------- BCP917.exe Intel WORKAROUND Create a view that represents the query and use the view
name instead of the query. STATUS Microsoft has confirmed this to be a problem in SQL Server
7.0.
This problem was first corrected in Microsoft SQL Server 7.0 Service Pack 4. MORE INFORMATION The following is an example of Bcp.exe using the SELECT
query syntax: Query hints exceed maximum command buffer size of 1023
bytes
| Article Translations
|

Back to the top
