assign xml type variable to another variable

  • Hi all,

    I need to assign xml type variable to another xml type variable without

    using convert(varchar)

    my code is

    --------------

    declare @data xml

    set @Data1=convert(varchar(max),@Data)

    it works fine

    because of varchar(max) limitation(8000 char) I need to assign this without converting.

    How it is possible?

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply