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
Can we join two tables without primary key?
How to delete duplicate rows from table except one?
What is spid in sql server profiler?
What are pessimistic lock and optimistic lock?
Why and when do stored procedure recompile?
How to check table values in sql server?
What are the differences between sql server and mysql.
What is difference between after and before?
Write down the syntax and an example for create, rename and delete index?
List the various tools available for performance tuning?
What encryption security is available in sql azure?
What is 1nf 2nf and 3nf?
How do you check sql server is up and running?
What is the use of stored procedure?
How to count rows with the count(*) function in ms sql server?