What is the index requirement in SQL Azure?
Answer / Priyanshu Jain
SQL Azure requires that all user-created tables have a clustered index. This index determines the physical order of data on disk and is used to speed up data retrieval. By default, the primary key column(s) are used for the clustered index.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a fan-out query in SQL Azure?
Ways to improve the performance of a SQL Azure Database?
Where actually sql azure database is hosted?
Explain in details security in SQL azure?
What Are the Main Features of SQL Azure?
How can you manage sql azure security?
Which are the two editions in which SQL Azure database available?
How many replicas are maintained for each sql azure db?
What is Federation Root Database?
What is the current pricing model of SQL Azure?
How many replicas are maintained for each SQL Azure database?
What happens when the SQL Azure database reaches Max Size?