Click here to Skip to main content
15,915,094 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to create a concept of stored procedure in C# in Visual Studio 2010 and how to use it......plese give me tutorials hoppfully it will help me as I am new to learning the concept of stored procedure..
Posted
Updated 11-Apr-12 2:46am
v2

Stored procedure creted on SQL Server .
You can create SP using C#.
http://sharpertutorials.com/creating-stored-procedures-in-c/[^]
Or
Directly using T-Sql on Sql Server.
Basics of Stored Procedure

You can search Topics on Google
for Creating and using Stored Procedure in C#
 
Share this answer
 
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900