a_voronin's avatar
a_voronin
New Member
11 years ago
Status:
New

Partitions generate

When you have to design multiple partitions it's a good idea to have a partition generator that can create multipe partitions in you project in Vusial Studio. Like you provide a pattern SELECT * FROM FactTable Where PartitionValue = {0} and then {0} is enumerated through the all months of several years, or through whatever partition strategy is.

Recent ideas