![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear all, I would like to create two partition in my data cube. One partition (Partition A) consists of all past data up to last month. This partition is supposed to be processed manually or monthly. The other partition (Partition B) consists of current month data. It will be processed daily at specific time. In the next month, the current month data will be merged to Partition A. Is it possible to do this and how? Thanks a lot! Regards, Polly |
#3
| |||
| |||
|
|
Sure. Just setup the appropriate tables/views/query bindings for each partition. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI Systems Team SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Polly" <Polly (AT) discussions (DOT) microsoft.com> wrote in message news:59CFFDDB-2A8D-4C79-AADA-678D5D62FB7D (AT) microsoft (DOT) com... Dear all, I would like to create two partition in my data cube. One partition (Partition A) consists of all past data up to last month. This partition is supposed to be processed manually or monthly. The other partition (Partition B) consists of current month data. It will be processed daily at specific time. In the next month, the current month data will be merged to Partition A. Is it possible to do this and how? Thanks a lot! Regards, Polly |
#4
| |||
| |||
|
|
But how to do? Go to where to do? Where to set schedule to process Partition B? "Dave Wickert [MSFT]" wrote: Sure. Just setup the appropriate tables/views/query bindings for each partition. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI Systems Team SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Polly" <Polly (AT) discussions (DOT) microsoft.com> wrote in message news:59CFFDDB-2A8D-4C79-AADA-678D5D62FB7D (AT) microsoft (DOT) com... Dear all, I would like to create two partition in my data cube. One partition (Partition A) consists of all past data up to last month. This partition is supposed to be processed manually or monthly. The other partition (Partition B) consists of current month data. It will be processed daily at specific time. In the next month, the current month data will be merged to Partition A. Is it possible to do this and how? Thanks a lot! Regards, Polly |
#5
| |||
| |||
|
|
Create a partition against the table. Then click the table (this is called a table-binding), then you can change it to a query-binding. When you do, the query can be any SQL statement so long as the same columns are returned. You can change the WHERE clause for one partition; a different WHERE clause for the other. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI Systems Team SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Polly" <Polly (AT) discussions (DOT) microsoft.com> wrote in message news:9C02DED2-5833-42DB-A3EE-51398AF2A99B (AT) microsoft (DOT) com... But how to do? Go to where to do? Where to set schedule to process Partition B? "Dave Wickert [MSFT]" wrote: Sure. Just setup the appropriate tables/views/query bindings for each partition. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI Systems Team SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Polly" <Polly (AT) discussions (DOT) microsoft.com> wrote in message news:59CFFDDB-2A8D-4C79-AADA-678D5D62FB7D (AT) microsoft (DOT) com... Dear all, I would like to create two partition in my data cube. One partition (Partition A) consists of all past data up to last month. This partition is supposed to be processed manually or monthly. The other partition (Partition B) consists of current month data. It will be processed daily at specific time. In the next month, the current month data will be merged to Partition A. Is it possible to do this and how? Thanks a lot! Regards, Polly |
![]() |
| Thread Tools | |
| Display Modes | |
| |