can we call functions from stored procedure in SQL Server
2005 ? How?
Answer Posted / mukki
Yes
| Is This Answer Correct ? | 19 Yes | 5 No |
Post New Answer View All Answers
What is the correct order of the logical query processing phases?
how to control the amount of free space in your index pages? : Sql server database administration
How to list all user names in a database?
How to create a simple stored procedure in ms sql server?
What is the need for indexing?
What happens if you delete a table that is used by a view?
What is difference between views and stored procedures?
Why union all is faster than union?
What is plan freezing?
What is schemabinding a view?
What is clustered vs nonclustered index?
what stored procedure would you use to view lock information? : Sql server administration
What are the security related catalog views? : sql server security
Explain relational data?
Is null vs coalesce?