USP_DATALIST_EVENT_GROUP_FAF
Returns all EventGroupFaf records.
Definition
Copy
create procedure dbo.USP_DATALIST_EVENT_GROUP_FAF
as
set nocount on;
select
EVENTGROUPFAF.[ID],
EVENTGROUPFAF.[NAME]
from
dbo.EVENTGROUPFAF