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
What is sqlcmd?
What are Row versions of DataRow?
What happens if strings are casted into wrong code pages in ms sql server?
Can we write a distributed query and get some data which is located on other server and oracle database?
What is deploy, process and build? : sql server analysis services, ssas
What is ssl in sql server?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
What is a deadlock and what is a live lock?
How do I find information about the install locations for the various instances running on a computer?
what are different types of backups available in sql server? : Sql server database administration
What is data file in computer?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
What is sql server replication? : sql server replication
What is service broker?
What are the commands used in DCL?