Hello,
We are using SQL server 2012 which allows 15000 partitions per table.
We are partitioning tables on the primary ID (e.g. periodID) of one of the tables.
As of now we have data for all the period in the DB. I am wondering that if we reach the maximum partition limit allowed by SQL server then what is the suggested approach?