RE: error: saving to a ntext column becomes corrupted (???)
From: Yaz (anonymous_at_discussions.microsoft.com)
Date: 04/28/04
- Next message: Michael C: "Help with serious Transact Sql statement"
- Previous message: Greg Obleshchuk: "Re: Database Design Problem"
- In reply to: Hamed Taj: "error: saving to a ntext column becomes corrupted (???)"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Apr 2004 17:31:04 -0700
when ntext, text and image data values are larger than 8k they are stored outside the data page for the row via a pointer. therefore, they must be accessed differently.
see sql books on line for more info under managing ntext, text, and image data
- Next message: Michael C: "Help with serious Transact Sql statement"
- Previous message: Greg Obleshchuk: "Re: Database Design Problem"
- In reply to: Hamed Taj: "error: saving to a ntext column becomes corrupted (???)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|