What will be the maximum number of index per table?
Answer Posted / Meenakshi Dayal
The maximum number of indexes per table in SQL Server 2019 is 999. However, this limit can be increased using ALTER DATABASE.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Disadvantages of the indexes?
Why we use the openxml clause?
How do I create a trace in sql server?
What is clustered index
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What is standby servers? Explain types of standby servers.
What is acid mean in sql server?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is sql or structured query language?
How can you append an identity column to a temporary table?
What is a coalesce function?
What are different types of constraints?
Can sql servers link to other servers like oracle?
How to remove duplicate rows from table except one?
How to rebuild the master database?