Answered by:
First code migration

Question
-
Hello there,
is there any tutorial that has been done to show me how to call stored procedure in sql server management studio using first migration code (visual C#). I really appreciate any help. it would be awesome if it is a video demo.
Thank you very much
Thursday, September 10, 2015 8:04 PM
Answers
-
It's call using ADO.NET.
https://msdn.microsoft.com/en-us/library/h43ks021%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
http://www.csharp-station.com/Tutorial/AdoDotNet/Lesson07
You can look for a video by using Bing or Google.
- Proposed as answer by DotNet Wang Thursday, September 24, 2015 3:30 AM
- Marked as answer by Kristin Xie Thursday, September 24, 2015 7:03 AM
Thursday, September 10, 2015 8:32 PM -
Hi Montadar,
You should refer below useful articles and threads,
Insert and retrieve data through stored procedure
Calling Stored procedures in ADO.NET
How to execute a stored procedure within C# program
Call a stored procedure with parameter in c#
Thanks, If my reply is helpful please mark as answer or vote as helpful.
- Proposed as answer by DotNet Wang Thursday, September 24, 2015 3:30 AM
- Marked as answer by Kristin Xie Thursday, September 24, 2015 7:03 AM
Thursday, September 10, 2015 9:45 PM
All replies
-
It's call using ADO.NET.
https://msdn.microsoft.com/en-us/library/h43ks021%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396
http://www.csharp-station.com/Tutorial/AdoDotNet/Lesson07
You can look for a video by using Bing or Google.
- Proposed as answer by DotNet Wang Thursday, September 24, 2015 3:30 AM
- Marked as answer by Kristin Xie Thursday, September 24, 2015 7:03 AM
Thursday, September 10, 2015 8:32 PM -
Thank you very muchThursday, September 10, 2015 9:42 PM
-
Hi Montadar,
You should refer below useful articles and threads,
Insert and retrieve data through stored procedure
Calling Stored procedures in ADO.NET
How to execute a stored procedure within C# program
Call a stored procedure with parameter in c#
Thanks, If my reply is helpful please mark as answer or vote as helpful.
- Proposed as answer by DotNet Wang Thursday, September 24, 2015 3:30 AM
- Marked as answer by Kristin Xie Thursday, September 24, 2015 7:03 AM
Thursday, September 10, 2015 9:45 PM