what is bit data type? and what are the information that can
be stored inside a bit column?
Answer Posted / meena kurade
Bit datatype is used to store boolean information like 1 or
0 (true or
false). Untill SQL Server 6.5 bit datatype could hold either
a 1 or 0
and there was no support for NULL. But from SQL Server 7.0
onwards,
bit datatype can represent a third state, which is NULL.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to use the inserted and deleted pseudo tables?
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance
What is a synonym for manipulation?
How can windows applications connect to sql servers via odbc?
What is parameterized reports in ssrs ?
What factors you will consider calculating the storage requirement for that view?
What are unicode character string data types in ms sql server?
What are the different types of sql server replication? : sql server replication
explain what is raid and what are different types of raid configurations? : Sql server database administration
What is the difference between Clustered and Non-Clustered Index?
If the job running very slow what is the action you do
Explain difference between cross join and full outer join?
How to get the definition of a user defined function back?
explain extended properties
What is tcl in sql server?