Home Forums SQL Server 2005 T-SQL (SS2K5) Inserting binary string at an offset to exsting data in a Text type field RE: Inserting binary string at an offset to exsting data in a Text type field

  • UPDATE Abstract_DPB

    SET SW_GEOMETRY = STUFF(SW_GEOMETRY,20,0,0x103000000010000000)

    WHERE SW_MEMBER=40967

    "SQL.sql: Error (38,1): Argument data type image is invalid for argument 1 of stuff function."

    ah...