5
Answers

what is wrong in this simple procedure ?




DELETE FROM Attendance_Table
WHERE      
                         (Day_Dat = getdate())

it gives me error of

Procedure procedure_name has no parameters and arguments were supplied.

Answers (5)