can we call stored Procedure in Function in Sql Server 2000
and vice versa.
Answer Posted / swathi
no we cannot call sp in a function
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What is schemabinding a view?
How do I shrink an ldf file?
Can another user execute your local temporary stored procedures?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
What is the syntax to execute the sys.dm_db_missing_index_details?
What is difference between views and tables?
What are user-defined functions (udfs) in sql server?
Why do we use functions?
How do I find the port number for sql server?
What is the order in which the sql query is executed?
Explain “@@rowcount” and “@@error” in sql server?
What is default constraint in ms sql server?
What is importing utility?
Define indexes?