Can we call SP inside a query?
Answer Posted / radhakrishnan
No, we can't call sp in query.
Eg:this query not working properly
select empno,empname,exec spname
from tablename.
but function we can call with in a query.
Eg:
select empno,empname,upper(empaddress)
from emptable
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What happens when the SQL Azure database reaches Max Size?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
How do you delete a trigger?
How to delete multiple rows with one delete statement in ms sql server?
What is report subscription?
What is dbcc command in sql server?
What are “lock” hints?
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
How do I get to sql server configuration manager?
What do you mean by tablesample?
What is the advantage of sql server?
Do you know the capabilities of cursors?
You want to use bids to deploy a report to a different server than the one you chose in the report wizard. How can you change the server url?
What is single-user mode?
Show Practically Sql Server Views are updatable?