FIX: Error 644, 5180 Updating Text or Ntext Column with ISNULL (236568)
The information in this article applies to:
This article was previously published under Q236568
BUG #: 55933 (SQLBUG_70)
SYMPTOMS
When updating a text column with a ntext field (or updating a ntext column with a text field) from another table with the ISNULL operator, error 644 or 5180 occurs as follows:
- If the ntext (or text) column contains a NULL value and a primary key exists on the table being updated, error 644 occurs.
-or- - If the updated table does not contain a primary key, the same update generates error 5180.
WORKAROUND
Use the same datatype in the update; text to text or ntext to ntext.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 254561 INF: How to Obtain Service Pack 2 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0 For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbBug kbfix KB236568 |
---|
|