0
kicks
SQL Server Bit Data Type and how it Stores Values
SQL Server supports the bit datatype which can be used to store flag values like 'true' or 'false'. However it should be noted how the values are stored in the bit column. This article gives you an overview of the same.