USP_BBNC_GETGENERALINFORMATION
Gets information from the dbo.INSTALLATIONINFO table for BBNC.
Definition
Copy
CREATE procedure dbo.USP_BBNC_GETGENERALINFORMATION
as
select top 1
SERIALNUMBER,
INSTALLATIONNAME
from dbo.INSTALLATIONINFO
order by ID;