I need create a table to store Black listed IP address in case of spammers in my blog.
I would like to know:
- What is the best datatype to store IP addresses.
- What others field I can list in this table that you think could be useful against spammer.
I use MS SQL 2008 as my database.
“Octects in four tinyint columns.” http://web.archive.org/web/20150511204915/http://sqlserver2000.databases.aspfaq.com/how-should-i-store-an-ip-address-in-sql-server.html