jkellington
MIS
I have what I'm sure is a stupid problem with SQL2K5. Ive an extremely simple table as follows:
ServiceID (int, pk, identity)
Name (varchar[50])
IsPublic (bit)
When I open the table in Management Studio and attempt to enter the value for IsPublic in a new row, it doesn't like what I enter, and gives me an error message about the changed value in the not being recognized as valid, and that String was not recognized as a valid Boolean.
I've tried entering 1, 0, YES, NO, Y, N, etc, etc. to no avail. Can someone out there tell me what the heck I'm doing wrong here?
Thanks,
Jason
ServiceID (int, pk, identity)
Name (varchar[50])
IsPublic (bit)
When I open the table in Management Studio and attempt to enter the value for IsPublic in a new row, it doesn't like what I enter, and gives me an error message about the changed value in the not being recognized as valid, and that String was not recognized as a valid Boolean.
I've tried entering 1, 0, YES, NO, Y, N, etc, etc. to no avail. Can someone out there tell me what the heck I'm doing wrong here?
Thanks,
Jason