How many index can be created for single table
Answer Posted / somu
We can create total 250 indexes per table . i,e 1 Clustered
Index and 249 Non Clustered Indexes
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
What is the standby server?
On a windows server 2003 active – passive failover cluster, how do you find the node which is active?
How do you check sql server is up and running?
How to edit table in sql server 2017?
What are the restrictions applicable while creating views? : SQL Server Architecture
Do you know what are the ways available in sql server to execute sql statements?
Does sql server use t sql?
Explain use of expression builder.
You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?
How to recreate an existing index in ms sql server?
What is change data capture (cdc) in sql server 2008?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
What are trace flags and mention a few common trace flags used with sql server?
When you use @@error and try-catch?
What is the difference between a check constraint and a rule?