can we call functions from stored procedure in SQL Server
2005 ? How?

Answer Posted / suraj

Yes, we can.
Eg:
create proc Test
as
select getdate()
GO

-- EXEC Test
-- in the above query getdate() is a system function.

Is This Answer Correct ?    16 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an entity-relationship diagram (erd)?

592


How to execute a sql statement using mssql_query()?

549


Explain full-text indexing?

518


How to add the custom code in Report?

99


you have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem? : Sql server administration

537






how many type of indexing in database?

585


Explain the benefits of user-defined functions?

530


Describe the left outer join & right outer join. : sql server database administration

590


How to find the second highest salary of an employee?

599


What are the drawbacks of reporting in ssrs?

108


How to get a list of columns using the "sys.columns" view in ms sql server?

562


Explain the Ways to improve the performance of a sql azure database?

64


What is the maximum row of a size?

580


How the authentication mode can be changed?

611


what happens on checkpoint? : Sql server database administration

511