Can we call SP inside a query?
Answer Posted / aagstya
No We can not call SP inside any query! We can call only
function in query.
This is the major difference in between SQL Function and
SQL Stored Procedure
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the purposes and advantages stored procedure?
How to write the storeprocedure with in the store procedure? and how can we write the store procedure with in a trigger vice versa? plz post me the exact answer?
What is the difference between the 2 operating modes of database mirroring?
What is a trigger and types of a trigger?
What is inline table-value user-defined function?
How do you drop an index?
How to execute stored procedure and set temp table in sql server?
Explain encryption of entire databases without the need for application changes in sql server 2008?
What is etl - extraction, transformation, and loading?
What is the difference between a fill factor of 100 and 0?
Does order by actually change the order of the data in the tables or does it just change the output?
Explain the commands in sql server?
What is the purpose of the tempdb database?
How adventureworkslt tables are related?
what purpose does the model database serve? : Sql server database administration