So, when I want to store a boolean value in sql server, instead of using a bit, which can only be a 1 or 0, I should use an int? <BR>I understand that indexes are metadata, but it was also my ...