What is the difference between a Stored procedure and function?
Answer Posted / pandian
1.Stored Procedure WE can call Independ using Exec
statement but function always depend on sql statement
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the part of url?
What is the use of worker process in asp.net?
How can you make sure that web api returns json data only?
Who creates jsessionid?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What is preprocessor in .net?
Explain client-side scripting?
What is the significance of attaching a profile while creating a user?
What is data caching?
How does ASP.NET framework maps client side events to Server side events.?
What does passport and windows authentication mean in ASP.NET?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
How you can access the properties and controls of master pages from content pages?
What is a postback in asp net?
How ViewstateMac works?