|
I want to create a stored procedure that gives me time + the number of hours i am adding or subtracting..For eg:The stored Procedure gives me current time as 12-8-2012 9:00 am and i will pass +2 ...so the stored procedure will give me 12-8-2012 11:00 am.
(comments are locked)
|
|
So what you need to do is CREATE a PROCEDURE that makes use of the DATEADD function... I'm not going to answer the question fully, because it looks like homework... Thanks a ton..Sorry to bother you !
Aug 26 '12 at 07:07 AM
fashraf
(comments are locked)
|

