Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
MrIxi
Starting Member
5 Posts |
Posted - 2008-04-18 : 12:43:51
|
| Greetings,Being fairly new to SQL Server, I created a new field with the data type 'bit' so I can store the equivalent of a yes/no response (0 or 1).When I try to enter either a 0 or 1 into the field via MS SQL Server Management Studio Express table view, I get"String not recognized as valid Boolean"I'd appreciate if someone would let me know how I 'noobed' this up.Thanks very much. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-18 : 12:52:03
|
| Does that view require you to enter True/False (but it would be stored as 0/1 behind the scenes)?Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
MrIxi
Starting Member
5 Posts |
Posted - 2008-04-18 : 13:21:58
|
| Brilliant! Thank you. |
 |
|
|
|
|
|