How many types of indexes are there in SQL Server?
Answer Posted / manoj
As per MSDN there are 9 types:
http://msdn.microsoft.com/en-us/library/ms175049.aspx
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain unique key in sql server?
This question asked during interview, 2) At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level. The table naming convention is bankX_YYYYMM where X represents the numeric designation of the bank and YYYYMM indicates the 4 digit year and 2 digit month. The tables contain the following fields: name data type description account text account number registered boolean indicates whether the account is registered num_trans integer number of transactions made during the time period spend numeric(9,2) total spend during the time period a) Write a SQL query that will display the total number of transactions and total spend for "Bank1" during the 4th quarter of 2009. b) Write a SQL query that will display the total number of transactions and total spend at "Bank1" and "Bank2", broken out by registered vs. non-registered accounts, during January 2010 not sure what is correct answer and how to solve?
What is the federation in sql azure?
What is a partition key?
How to download and install sql server 2005 books online?
What is blocking?
Find nth lowest salary or get nth lowest salary?
Explain what is sql server english query?
What is shrink log file?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
What is subquery explain with example?
Why people hate cursor?
What are window functions in sql server?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
What are the encryption mechanisms in sql server?