You can use this to get one IP Address for the server, create a stored procedure out of it or use it with CMS to get all server IP Addresses.
Optimal Storage of IP addresses in a SQL Server database
Often databases are used with web-based interfaces and recording the IP address of the end user can assist with debugging, marketing, bandwidth planning and collation selection to name a few. In a scenario where each page access is logged, is there an optimal way to store IP addresses?
2011-12-07
3,950 reads