Does anyone have a script to list of CREATE INDEX statements for all existing indexes in a SQL Server database?
This thread List of all index & index columns in
Use Generate Scripts from SQL Management Studio and choose the "Script Indexes" options (under Advanced Scripting options)