{{theTime}}

Search This Blog

Total Pageviews

SQL Server: How to list all the indexes for a table

Use the in-build stored procedure 'sp_helpindex' to list all the indexes on a table.
Syntax: 'EXEC sp_helpindex 'table_name' on any sql editor.

No comments:

Java Sequenced Collection Java Sequenced Collection The Sequenced Collection feature was introduced in Jav...