M
Mouse
Hi,
Need help from anybody ...
I used this statement in ADP stored procedure:
....... (dbo.billing.Date >= @DateFrom AND dbo.billing.Date
<= @DateTo)
But it does not produce the correct result ?
Did I miss anything ?
What is the correct declaration for date format ?
I used: @DateFrom datetime, is this correct ?
Should it be: nvarchar(50) or datetime ?
Thanks.
Need help from anybody ...
I used this statement in ADP stored procedure:
....... (dbo.billing.Date >= @DateFrom AND dbo.billing.Date
<= @DateTo)
But it does not produce the correct result ?
Did I miss anything ?
What is the correct declaration for date format ?
I used: @DateFrom datetime, is this correct ?
Should it be: nvarchar(50) or datetime ?
Thanks.