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 difference between sqldatareader and sqldataadapter?
What is ado circle?
How to connect and retrieve data from database using dataset
What is a control toolbox?
How can we load multiple tables in a dataset?
What do you know about ado.net's methods?
How to creating a SqlCommand Object?
Is it possible to load multiple tables in a Dataset?
What are the different ado.net namespaces?
What is the difference between data reader and data adapter?
How to identify the updated rows in a dataset?
What is the use of data grid?
How to pass values into a datatable?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is the default Timeout for SqlCommand.CommandTimeout property?