We're using Azure SQL Database, and some of our tables are quite big. My idea was to copy from dbo.thetable to dbo.thetable_backup but since rebuilding index takes a lot of time, I only want IndexOptimize.sql to index dbo.thetable, not dbo.thetable_backup.
Thanks :)