The information in this article applies to:
BUG #: 51191 (SQLBUG_70) SYMPTOMSWhen using the SQL Server Enterprise Manager Table Designer to create a table, you cannot create a bit column that allows NULLs. The Allow Nulls check box will not accept a check mark. WORKAROUNDTo work around this problem, use Query Analyzer to issue the Transact-SQL CREATE TABLE statement. The CREATE TABLE statement allows you to create a nullable bit column. For example, use the following statement:
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words: prodsql
Keywords : kbbug7.00 |
Last Reviewed: October 22, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |