SQL/T-SQL - November 2015

IP address to octets split in TSQL

Split IP addresse into octets in SQL Server
0
In case you need to handle IP addresses in SQL, they are not much useful as string values. To do anything with them rather then just storing and retrieving (checking the ranges for example) you need to split IP address to segments (octets). The following is modified method I run into online. ...read more

.NET

read more

JavaScript

read more

Umbraco CMS

read more

PowerShell

read more