Is it possible to have clustered index on separate drive from original table location?
How efficient you are in oracle and SQL server?
2) Consider a Table name A which has below records ID --- 5 5 5 5 5 Consider another table B which has below records ID -- 5 5 5 5 5 5 5 5 How many rows will be returned by each of the below queries a) select * from A inner join B on A.id = b.ID b) select * from A left join B on A.id = b.ID c) select * from A right join B on A.id = b.ID
What is nolock?
What are the advantages of having an index on the sql server?
What is difference between group by and having?
Is it possible to create a stored procedure that runs a query and outputs the results to a text file and allows me to add extra delimeters and static field info. If so How?
i want to join two queries....and i want to run them as one after another that is want output of first query then second , then again output of first query then second and so on...
Please differentiate between a local and a global temporary table?
What is the definition for sql server 2000?
Explain the first normal form(1nf)?
What do you understand by SQL*Net?
What are the steps need to be take improve the speed of a SQLDATA Server?