stored procedure
how to create a stored procedure in sql server 2008, that will "deactivate" a record["delete the record's log_in and password after a certain time"].......calling a stored procedure in MVC Visual Studio 2012
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.
Rodrigo BeretaPosted Apr 10, 2013, 12:23 PM
In MVC projects usually use the Entity Framework, I put an example of how to call procedure with Entity Framework here on the forum. can you explain better when you want to call the procedure?
Regards.