| Author: Ashwini Rupert 21 Oct 2008 | Member Level: Diamond | Rating:   Points: 3 |
Hi,
As per the data you gave
CREATE PROCEDURE Production ( @date DATETIME )
AS
Begin
SELECT * from product where product_date = @date
End
You have not specified the column names or the table name so i have typed my own for the same. Kindly get back in case you are not clear.
Regards, Ashwini
|
| Author: Sandeep Pote 21 Oct 2008 | Member Level: Bronze | Rating: Points: 1 |
This forum is for asking the questions or for the stuff which you are trying but not reaching upto the rfirst and esults. Please try the stored procedure if you any queries then post into the forum, dont ask your task to the entire forum.
|