USP_BBNC_BLANKPING
Does nothing, intended only as a ping to the database
Definition
Copy
CREATE PROCEDURE USP_BBNC_BLANKPING
AS
BEGIN
select 1 as 'SUCCESSFUL'
END