MSSQLTips.com - your daily source for SQL Server tips
How to write stored procedures in SQL Server?
Please Send the Description with examples of stored procedures.
How many types of stored procedures are there in SQL Server for INSERT,UPDATE,DELETE?
How to call procedures?
http://msdn.microsoft.com/en-us/library/ms190669.aspx
I recommend that you take the time to peruse the MSDN Library
To have a more basic track for creating and using the SP you may visit following post on my blog.
http://dbdigger.blogspot.com/search?q=digging+the+stored+procedure
kotesh,
Check out this tip as well:
http://www.mssqltips.com/tip.asp?tip=1495
Thank you,The MSSQLTips Team