What are the types of indexes available with SQL Server?
Answer Posted / guest
There are basically two types of indexes that we use with
the SQL Server. Clustered and the Non-Clustered.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is buffer cash in sql server?
When should you use an instead of trigger?
Explain mixed authentication mode of sql server?
What are magic tables in sql server?
How you can add messages to the nt event log from within a stored procedure?
what stored procedure would you use to view lock information? : Sql server administration
What is coalesce in sql server?
Write a query to include a constraint, to check whether the employee salary is greater than 5000?
How extra digits are handled with numeric data type literals?
How many types of functions are there in sql server?
can you implement data mining in SSRS?
What is sparse columns of sql server 2008?
What are the main differences between #temp tables and @table variables and which one is preferred?
How do you create type- insensitive operator?
How to modify the underlying query of an existing view?