FIX: Stack Overflow Exception Error Occurs When You Insert 250 KB or More of Data Into a Text or Image Column
Oct.20, 2010 in
Uncategorized
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.
Resolution
Reduce the amount of data that you insert into the text or image column.

Leave a Reply