the below script is return this error :
The conversion of the varchar value '4103049600' overflowed an int column
declare @jsondate varchar(40) = '/Date(4103049600000+0700)/'
Set @jsondate = Replace(@jsondate,'/','')
Set @jsondate = '
The conversion of the varchar value '4103049600' overflowed an int column
declare @jsondate varchar(40) = '/Date(4103049600000+0700)/'
Set @jsondate = Replace(@jsondate,'/','')
Set @jsondate = '