Re: Partitioned view on two columns

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Lubor Kollar (lubork_at_online.microsft.com)
Date: 11/24/04


Date: Wed, 24 Nov 2004 08:54:40 -0800

Peder, I assume that you are trying to create Updateable Partitioned View.
If that is the case, the constraint must be on a single column only.
Unfortunately this cannot be a computed column so you have to deal with
mapping the pairs (([intSite],[datDate]) to a single integer in your
application and make it a new column in your tables.

Lubor Kollar, Microsoft