Can store procedure call by user define function in SQL
server?
Answer Posted / alok maurya
yes it is done ,it can call by it,s name(store procedure name)
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
What is the process of normalization?
What is BCNF? How is it better than 2NF & 3NF?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How to drop existing indexes in ms sql server?
What is the command to change the recovery model?
Can we add our custom code in ssis?
What is the maximum size of a row in sql server?
Are null values the same as that of zero or a blank space?
What is query processing?
Is null in sql server?
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
explain declarative management framework (dmf) in sql server 2008?
What is the process of normalising?
What are the differences between DDL, DML and DCL in SQL?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?