USP_DATALIST_SPONSORSHIPGREATESTNEED

Displays rule sets for sponsorship greatest need.

Definition

Copy


create procedure dbo.USP_DATALIST_SPONSORSHIPGREATESTNEED
as
    set nocount on;

    select 
        ID,
        NAME,
        SPONSORSHIPOPPORTUNITYTYPE
    from dbo.SPONSORSHIPGREATESTNEEDRULESET 
    order by SPONSORSHIPOPPORTUNITYTYPE, NAME