tsql convert bit to varchar code example Example: sql cnvert bit to nvarchar CONVERT(NVARCHAR, ISNULL(bitFieldValue, 0))