Hi,
I want to create Store Procedure in Sql Server 2008.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rohatash KumarPosted Apr 13, 2011, 3:02 AM
http://www.c-sharpcorner.com/UploadFile/shashikantray/509252008065638AM/5.aspx
Also see recommended articles section in side.
Ankit NandekarPosted Apr 13, 2011, 2:21 AM
1. Create Database in Sql Server 2008 .
2.Create Tables in This Database.
3.In Database You can see programmability option is there.
4.Click on + sign in this you can see stored Procedures option .
5. Right Click on it You can see New Stored Procedures Option is there click on it.
6. you can see one window just create store procedure in it and execute it.