2
Shouts

.NET and SQL Server Interview Question - Difference between Stored Procedure and Function?

published 774 days, 17 hours, 53 minutes ago posted by questpondquestpond 776 days, 22 minutes ago
Tuesday, April 12, 2011 9:01:54 PM GMT Monday, April 11, 2011 2:32:33 PM GMT

Answer:

Function are compiled and executed at run time.

Stored Procedure are stored in parsed and compiled format in the database.

Function cannot affect the state of the database which means we cannot perform

category: Data | clicked: 1 | | source: computerauthor.blogspot.com | show counter code
tags: .Net Interview Questions

No comments yet, be the first one to post comment.

To post your comment please login or signup