Connecting Tech Pros Worldwide Help | Site Map

Date Compare in SQL Server Stored Procedure

mhk
Guest
 
Posts: n/a
#1: Jul 23 '05
Hi,

i have "req_date" column of "datetime" type in SQL server database table
besides other columns.

From my Web page, i am calling the Stored Procedure with variable
parameter "Search_Date" of Varchar(60) type.

The value, i am passing to Stored procedure through "Search_Date" is
compared to req_date column of table.

My question is that how to do this comparision of date in Select
statement within Stored Procedure?

Thanks

Closed Thread