| SSIS Package to drop and create partitions based on data in SQL Server table |
| Written by Vidas Matelis | |||
| Friday, 04 July 2008 03:01 | |||
|
This script is described in my blog post "SSIS Package to drop/create partitions based on partition list in the SQL Server table". This package expects that in SQL Server database you maintain table that lists all partitions for all measure groups in one SSAS database. Table structure is:
Based on data in this table, when you run this package, it drops partitions that are not in the list and create new partitions that does not exists in SSAS database. This is very easy way to create new partitions based on data in your SQL database. You can download this SSIS package here. Important note: Use at your own risk! If you will run this package with empty iwSSASPartitions table, all partitions in SSAS database will be dropped!
|
Tags: partition, script, ssis
Most read
- SSIS Package to process all dimensions in one SSAS Database
- SSIS package to backup all Analysis Services databases on one instance
- SSIS Package to Back Up SSAS Databases by Dave Fackler
- SSIS Package to drop and create partitions based on data in SQL Server table
- WSH script to get SSAS DB info about aggregation designs
Top Rated
- PowerShell script to list info about SSAS databases
- PowerShell script to process all dimensions and cubes in one DB limiting workload
- WSH script to get SSAS DB info about aggregation designs
- SSIS Package to drop and create partitions based on data in SQL Server table
- SSIS Package to Back Up SSAS Databases by Dave Fackler
- Killing sessions automatically with SSIS
- Teaser: SSAS Cache Warming with PowerShell
- PowerShell script to process all dimensions in one Analysis Services database
SSIS Package to drop and create partitions based on data in SQL Server table



