I need help in optimizing the following deletion script.
CREATE PROCEDURE MSClean
AS
DECLARE @sqlstatus INTEGER,
@exec_return INTEGER,
@appl_key_id INTEGER,
@count INTEGER,
@time datetime,
@appl_name VARCHAR(64)
DECLARE appl_cur CURSOR FOR...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.