You can also abuse PARSENAME as coincidentaly IPv4 addresses are a 4 part naming convention just like Sql server naming conventions for db's (SERVER.DATABASE.SCHEMA.TABLE)Example:DECLARE @ip VARCHAR(16) = '10.10.112.150'SELECT PARSENAME(@ip,4) + '.' + PARSENAME(@ip,3) + '.' + PARSENAME(@ip,2)
Transact CharlieMsg 3903.. The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION.
http://nosqlsolution.blogspot.co.uk/