Hey all,
For our historian database, we have data partitioning configured to create a new table every month. We are querying this externally (PowerBI), and need to dynamically select the appropriate table based on month/year the user is trying to see the report for.
I can see this format for the table names: sqlt_data_1_2022_09 and sqlt_data_1_2022_10
The year and month portions of the table name are straight forward, however I am not convinced the "1" preceding the year and month is a static value. The data partitioning video on Inductive university shows this as a "7" in that particular instance. Should I expect this "1" to change on me, and if so, under what conditions?
Thanks in advance,
Bogdan