Thursday, September 3, 2009

3rd part of question 1 (i think its right lol)

ALTER PROCEDURE dbo.OrderDateTimeSpecific

AS
select
dbo.fngetdateonly(orderdate) as orderdate,
dbo.fngettimeonly(orderdate) as ordertime
from
orders

RETURN

1 comment:

  1. I posted answers up to question 4. Your code looks like mine. Strange... ;P

    ReplyDelete