Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

The conversion of the varchar value overflowed an int column

$
0
0
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 = '

Viewing all articles
Browse latest Browse all 3145

Trending Articles