can we call stored Procedure in Function in Sql Server 2000
and vice versa.
Answer Posted / rvs varma
Its not possible to call sp's in function but viceversa is
possible
| Is This Answer Correct ? | 63 Yes | 6 No |
Post New Answer View All Answers
How to list all stored procedures in the current database using ms sql server?
What is best institute to Learn DotNET And SQL in chennai?
How to access the deleted record of an event?
What are magic tables in sql server?
What is the difference between DATETIME2 and DATETIME?
How can a user-defined datatype be created?
What method is used by the Command classes to execute SQL statements that return single values?
What is a database in ms sql server?
How to recover from sql injection? : sql server security
What is stretch database in sql server?
define and explain the differences between clustered and non-clustered indexes.
What is sql azure database?
What is full outer join in sql server joins?
what is denormalization? : Sql server database administration
How to create nested stored procedure?