what is the signification difference of this bit data type
between sql 6.5 and later version sql server?
Answer Posted / sreejith s t
In SQL 6.5 bit datatype supports only 0 and 1 ( true /
false ) . But in later versions it supports NULL also .
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is Transparent Data Encryption?
Call by value and call by reference in procedure and function, with NOCOPY.
Is the order of columns in the set clause important in ms sql server?
What is 1nf 2nf and 3nf?
How do I open a .db file?
What is default port number for sql server 2000?
What are different types of subquery?
Which tools are available to manage SQL Azure databases and servers?
How will you monitor replication latency in transactional replication? : sql server replication
What do you understand by physical_only option in dbcc checkdb?
What are the types of database recovery models?
What does top operator do?
what are constraints? Explain different types of constraints? : Sql server database administration
What is a non equi join?
How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?