looking for bool data type
Database
2
Posts
2
Posters
0
Views
1
Watching
-
hi all i'm trying to create a table column with the data type Bool using SQL Server 2000, but it gives me the error that it doesn't recognize Bool what can i do about it, and where can i find the bool data type?? awaiting all replies Regards Saira
-
hi all i'm trying to create a table column with the data type Bool using SQL Server 2000, but it gives me the error that it doesn't recognize Bool what can i do about it, and where can i find the bool data type?? awaiting all replies Regards Saira
Use a
bit
column type.
Upcoming events: * Glasgow: SQL Server 2005 - XML and XML Query Plans, Mock Objects, SQL Server Reporting Services... Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton My website