I´m trying to modify proxysimultaneous atributte, but something is not going well what i'me doing wrong?
Can anyone help me ?
declare @i int
declare @teste xml
set @i=23
set @teste='
'
set @teste.modify('replace value of
(proxy/@proxysimultaneous="2"]
with sql:variable("@i")')