How many types of indexes are there in SQL Server?
Answer Posted / rohti nanda
Three type of indexes in sql
1.Clustered
2.Non-clustered
3.Unique
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is sql server transaction log file?
Which tcp/ip port does the sql server run on? How can it be changed?
Tell me what is use of except clause? How it differs from not in clause?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
what is the difference between openrowset and openquery?
How do you manipulate data?
What is the purpose of a table?
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.
What are the system database in sql server 2005?
How to send email from database?
How do you create a clustered index?
Is it possible for a stored procedure to call itself or recursive stored procedure?
How to create nested stored procedure?
What is trigger explain with program?
Explain differences between web edition and business edition?