What is the difference between a Stored procedure and function?
Answer Posted / janardan baghla
1.stored proceudures can not return tables whereas
functions can.
2.stored procedures can not used in select statemnet
whereas functions can.
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What kind of data we can store in viewstate?
Define web.config in .net?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
How Session use Cookies in State Management?
What are server side controls?
What is the use of express session?
What is the maximum amount of memory any single process on windows can address?
Can you set which type of comparison you want to perform by the comparevalidator control?
Can we use a static function with a non-static variable?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is difference between session and cookies in asp net?
What permissions do asp.net applications posses by default?
How would you turn off cookies on a page of a website?
What is a query string in a url?