The following code gives me this error:
Arithmetic overflow error converting expression to data type int.
select CONCAT(
round( convert(varbinary, newid()) * 256, 0 ), '.',
round( convert(varbinary, newid()) * 256, 0 ), '.',
round( convert(varbinary, newid()) * 256, 0 ), '.',
round( convert(varbinary, newid()) * 256, 0 )) SenderIP
How can I work around this?