Let me start off by saying I am not a SQL guru, I know just enough to get into trouble with it :) We just migrated a client over from SQL 2008 R2 to SQL 2016 on new hardware and we want to move the indexes over to a different partition that is on faster disk than the databases.
There are about 40 databases with a couple of dozen tables and indexes on each table Some indexes are clustered, others are non-clustered. Is there a way to move all the indexes in bulk? Something similar to this http://sqlsrvscrpt.codeplex.com/wikipage?title=DBScript%20Utility&referringTitle=Home to this, unfortunately this tool won't work with SQL 2016.
Thanks in advance!