i basically want to store the contents of a XML file to tsql variable.
so
declare @strXML varchar(8000)
set @strXML =
The above is what i want to do. I know the above syntax is incorrect, but does anyone know how/if this can be accomplished in TSQL?
Thank You,
Q
so
declare @strXML varchar(8000)
set @strXML =
The above is what i want to do. I know the above syntax is incorrect, but does anyone know how/if this can be accomplished in TSQL?
Thank You,
Q