How do you know which index a table is using?

Answer Posted / visala

sp_help <tablename>
sp_helpindex <tablename>

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of sql profiler in sql server? : sql server database administration

811


What is the fillfactor concept in indexes?

721


How should i optimize the time for execution of stored procedure having single input and many output from the different tables?

1656


What is checkpoint process in the sql server?

708


Tell me when is the update_statistics command used?

695






how to take backup bcp out for a column in table in sql server?

1828


How to access the deleted record of an event?

742


You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?

743


What is the maximum rows in sql server table?

670


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.

2672


What is data source in connection string?

641


What are the steps to take to improve performance of a poor performing query? : sql server database administration

785


Explain the stored procedure?

810


how we use window authentication connection with sql server.?

811


What are click through reports?

118