Hi there,
I have sp which is "god looking" but doesnt work
....any time when I put number for input i Have sum "null"
CREATE PROCEDURE sp_pera
@myInput varchar
AS
SELECT SUM(CustFinTrxnLoyalPoints)
FROM CUSTOMERFINTRANSACTIONS
Where CustAccCardNum = @myInput
GO
CustAccCardNum...
OK,I think I lost everything but, maybe there are some solutins...so I have every day schedule backup(from 14:00)and today i need urgent to make restoring from tape which is old one year...beacuse I already start with this backup in 14:00,i decided to stop(cancel backup)and to continue with...
OK folks,
I have from database data-(time) which are type(int)...
like 95959(9:59:59)...so in CR v8.5 I convert this INT to
the time:
whileprintingrecords;
numbervar THours ...
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.