Created
October 19, 2015 16:27
-
-
Save anonymous/19c4aee148cc72a9d9b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Most recent partition (filtered by rows > 0), 61MM rows | |
| -- CPU time = 1044204 ms, elapsed time = 77326 ms. | |
| UPDATE STATISTICS dbo.myPartitionedTable WITH RESAMPLE ON PARTITIONS(1196) | |
| GO | |
| -- Previous partition, 64MM rows | |
| -- CPU time = 1085060 ms, elapsed time = 77782 ms. | |
| UPDATE STATISTICS dbo.myPartitionedTable WITH RESAMPLE ON PARTITIONS(1195) | |
| GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment