Data types in sql server

  • Thread starter R.lakshminarasimhan
  • Start date
R

R.lakshminarasimhan

I am having yes/no data type in MS-ACCESS. while exporting
to SQL-SERVER,it is bit 1 data type.

In my script i have compared the value with "YES" OR "NO".

bit 1 type is not supporting "YES" or "NO".
what is the solution for this.
 
Top