Microsoft KB Archive/275487

From BetaArchive Wiki
Knowledge Base


FIX: Stack Overflow Exception Error Occurs When You Insert 250 KB or More of Data Into a Text or Image Column

Article ID: 275487

Article Last Modified on 3/14/2006



APPLIES TO

  • Microsoft SQL Server 7.0 Standard Edition



This article was previously published under Q275487

BUG #: 57560 (SQLBUG_70)
BUG #: 57569 (SQLBUG_70)
BUG #: 58208 (SQLBUG_70)

SYMPTOMS

A stack overflow exception error may occur when you attempt either of the following tasks:

You insert 250 KB or more of data into a text or image column while SQL Server Profiler is running either of the following profiler events:

  • TSQL: SQL:StmtStarting


-or-

  • TSQL: SQL:StmtCompleted



You run a stored procedure that inserts 250 KB or more of data into a text or image column.

WORKAROUND

Reduce the amount of data that you insert into the text or image column.

STATUS

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

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


For more information, contact your primary support provider.



Additional query words: stack trace

Keywords: kbbug kbfix KB275487