{{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:

How to install Windows Subsystem for Linux?

- Open Powershell in Admin mode and run wsl --install