Differnce between Stored procedure and user defined functions?
Answer Posted / saiprasad
u cannot change any datatype in database using udf
u can do everything with a storedprocedure
udf cannot be used in XMl Clause but sp's can be used
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between data reader and data adapter?
What are the advantages of ado.net?
What is the difference between Command and CommandBuilder object?
What is the role of clr?
List all the steps in order, to access a database through ado.net?
What is executequery?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is difference between ado and other data object?
How can we serialize the dataset object?
What is difference between Dataview and Datatable?
How is it possible to get 2 tables of data at a time by using data reader?
Which provider is used to connect ms access, oracle, etc…?
What are the features of ado.net?
Is it possible to load multiple tables in a Dataset?
What is linq and entity framework?