Activity overview
Latest activity by DaBow
Fails to rebuild a partitioned table when online=on
When I select a partitioned table for a rebuild, invalid SQL is generated, causing it to fail.Current bad example:ALTER INDEX [NCI-MessageTag] ON [email].[Queue] REBUILD PARTITION = 2 WITH ();If I ...