Is there any performance difference on retrieving a bit or a char(1) ?
Just for curiosity =]
UPDATE: Suposing i\'m using SQL Server 2008!
use a bit. ALWAYS use the smallest possible datatype. it is critical once you start getting large tables.