SQL Server stored procedure

Apr 9 2014 8:23 PM
I want to create a stored procedure in SQL Server2012
 
well thats good,,, i have wrote many stored procedures to work this problem out but none of them worked
 
the stored procedure has to do the following
 
Select all rows of a coloumn(date as data type) if any one of the row matches the current datetimestamp
 
then select id of that row and then perform some other operations

I need this stored procedure to run daily

Urgent help needed

Answers (1)