what type of indexes physically sort data?
Answers were Sorted based on User's Feedback
Answer / vikas kant
Clustered Index---It Reorders the way in which the data is
physically stored.
Is This Answer Correct ? | 6 Yes | 0 No |
What are the transaction properties?
What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.
Which is the latest version of sql server and when it is released?
What is the recommended total size of your memory optimized tables?
Hello all, I have data like :- year amt 2004 10 2005 20 2006 30 Now i want output as:- 2004 2005 2006 10 30 60 but i have to use here group by on year.So, i need a single query within that i can find.
What is normalization? Explain different forms of normalization?
When should you use an instead of trigger?
Explain logical operators in sql server?
How are the unique and primary key constraints different?
Explain primary key?
Why use update_statistics command in sql server?