Hi all,
I am trying to use the UPDATETEXT functionality across a linked server and am not sure if it is possible e.g.
This is BOL syntax:
UPDATETEXT table_name.column_name @dest_textptr 0 NULL table_name.column_name @src_textptr
I need to reference a column on a remote server:
UPDATETEXT server_name.database_name..table_name.column_name??? @dest_textptr 0 NULL table_name.column_name @src_textptr
Obviously, using the four-part naming convention means I can't specify the column name.
If anyone has any ideas on how to do this it would be apreciated.
Paul
I am trying to use the UPDATETEXT functionality across a linked server and am not sure if it is possible e.g.
This is BOL syntax:
UPDATETEXT table_name.column_name @dest_textptr 0 NULL table_name.column_name @src_textptr
I need to reference a column on a remote server:
UPDATETEXT server_name.database_name..table_name.column_name??? @dest_textptr 0 NULL table_name.column_name @src_textptr
Obviously, using the four-part naming convention means I can't specify the column name.
If anyone has any ideas on how to do this it would be apreciated.
Paul