V_DONORCHALLENGEENCUMBERPROCESS_UNIQUE_NAME
Used to enforce unique values on the DONORCHALLENGEENCUMBERPROCESS.NAME field (which is defined as being unique but not required). This view will contain all non-empty values for this field from the DONORCHALLENGEENCUMBERPROCESS table.
Fields
Field | Field Type | Null | Description |
---|---|---|---|
NAME | nvarchar(100) |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
UIX_V_DONORCHALLENGEENCUMBERPROCESS_UNIQUE_NAME | NAME | yes | yes |
Definition
Copy
/*
Generated by Blackbaud AppFx Platform
Date: 8/2/2010 7:14:10 PM
Assembly Version: Blackbaud.AppFx.Platform.SqlClr, Version=2.7.1654.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_DONORCHALLENGEENCUMBERPROCESS_UNIQUE_NAME WITH SCHEMABINDING
AS
select [NAME] from dbo.DONORCHALLENGEENCUMBERPROCESS where [NAME] <> ''