can we call functions from stored procedure in SQL Server
2005 ? How?
Answer Posted / monal
Yes you can call function from stored procedure, so far i
haven't had a chance to use it, but still would like to give
it a shot:
As per my guess you can call function in SP using select
statement as you would execute function usually.
| Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
How to turn on the mssql api module in php?
What do you mean by SQL injection attack?
What are the different sql server versions?
What is cursor in ms sql server?
What is b tree index?
How to call a function from a stored procedure in SQL Server ?
Why truncate is ddl command?
Define a cross join?
What is the difference between upgrade and migration in sql server?
Once setting replication, can you have distributor on sql server 2005, publisher of sql server 2008?
What are the different kinds of ssrs reports?
Do you know what is sql injection?
Explain what are magic tables in sql server?
How to insert stored procedure result into temporary table?
What are the advantages to use stored procedures?