Can we call SP inside a query?
Answer Posted / sachin
We can't call sp inside query insted we can call Function
inside query,infact that is the major difference between
the SP and Function
| Is This Answer Correct ? | 45 Yes | 0 No |
Post New Answer View All Answers
How many types of cursor type are there?
What is difference between inner join and full join?
What are the differences between decimal and float in ms sql server?
How does the report manager work in SSRS?
What are the different Authentication modes in SQL Server and how can you change authentication mode?
What are the types of dml?
Does a full backup include transaction log?
What is catalog views?
How to create a testing table with test data in ms sql server?
How to define and use table alias names in ms sql server?
How to get the definition of a trigger back?
Write a query to find 5th highest amount paid from the customer table.
What are the difference between primary keys and foreign keys?
Is it possible to call a stored procedure within a stored procedure?
What is the difference between count and distinct count?