what is the signification difference of this bit data type
between sql 6.5 and later version sql server?
Answer / 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 |
What are the types of processing and explain each? : sql server analysis services, ssas
What are the advantages of sql stored procedure?
how to copy sysdatabase file from c: Drive to D: Drive in SQL Server.
Explain user defined views?
What is the syntax to execute the sys.dm_db_missing_index_details?
Is it possible for a stored procedure to call itself or recursive stored procedure?
What is the difference between HAVING clause and the WHERE clause?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the number of sales for each product
Where do you think the users names and passwords will be stored in sql server?
What is database replicaion? What are the different types of replication you can set up in SQL Server?
5 Answers Aptech, HCL, Perpetual, SAIC,
Can we write trigger for view?
What are the advantages of using a stored procedure?