USP_BBNC_DOWNLOADEXCEPTION_GETIDS
Definition
Copy
create procedure dbo.USP_BBNC_DOWNLOADEXCEPTION_GETIDS
as
begin
set nocount on;
select
BBNCTRANID
from
dbo.BBNCTRANSACTIONDOWNLOADEXCEPTION
end