Partitioned tables #596
alinselicean
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Did you manage to fix the issue? If you changed the data compression on any of the indexes this will cause a problem if the compression doesn't match the staging table. It should log that the maintenance operation failed but there is probably more I can do to make the issue visible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I recently had an issue with some partitioned tables where the partition maintenance process didn't run for more than 14 days (long story). As a result, new data eventually ended up in the NULL partition (or overflow partition, as I call it). is there a way of monitoring free partitions for partitioned tables, in a similar way IDENTITY values are monitored?
Thanks,
Alin
Beta Was this translation helpful? Give feedback.
All reactions