Guest_imported
New member
- Jan 1, 1970
- 0
I have created a stored proc on MS SQL 7.0 to pass a parameter like:
CREATE PROCEDURE dbo.SpCommission @StartDate DATETIME as
When the paramter is kicked off in Crystal 8.5 it is a datetime field. I would like to eliminate the time. I havent found a way to declare @StartDate as a DATE only in SQL. Is there a way to do that?? or is there a way I can do this in Crystal so that the time wont be shown when entering in the date. Thanks!!
CREATE PROCEDURE dbo.SpCommission @StartDate DATETIME as
When the paramter is kicked off in Crystal 8.5 it is a datetime field. I would like to eliminate the time. I havent found a way to declare @StartDate as a DATE only in SQL. Is there a way to do that?? or is there a way I can do this in Crystal so that the time wont be shown when entering in the date. Thanks!!