A query cannot update a text, ntext, or image column and a clustering key at the same time
The above error was killing my team's time.Here how we solve this.
Here we goes...
Right Click on Table-->Design Mode -->Right Click on Coloumn Name -->Indexes/keys..-->Uncheck "creat as clustered"
Cheers..
Suresh Behera