V_SIMPLEDATALIST_SITES

List of all sites in the system.

Fields

Field Field Type Null Description
LABEL nvarchar(250)

Definition

Copy
/*
Generated by Blackbaud AppFx Platform
Date:  7/16/2009 11:18:56 PM
Assembly Version:  Blackbaud.AppFx.Platform.SqlClr, Version=2.1.30.0, Culture=neutral, PublicKeyToken=null
Copyright Blackbaud
*/
CREATE VIEW dbo.V_SIMPLEDATALIST_SITES AS



select 
    [NAME] as LABEL 
from 
    dbo.SITE;