USP_INSTALLATIONINFO_GETENVIRONMENTID

Definition

Copy


      create procedure dbo.USP_INSTALLATIONINFO_GETENVIRONMENTID
      as
      set nocount on;

      select top 1 [ENVIRONMENTID] from dbo.[INSTALLATIONINFO];