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
How to retrieve error messages using mssql_get_last_message()?
Which language rdl files made of?
What is policy based management (pbm)? : sql server database administration
How do indexes help, types?
How to populate a table in sql server?
Explain having clause and where clause?
Explain the Ways to improve the performance of a sql azure database?
What does it mean if @@cursor_row returns a negative number?
Do you know spatial data types - geometry and geography in sql server 2008?
How many databases instances are there in sql server 2000?
How to integrate the ssrs reports in application?
How to use wildcard characters in like operations in ms sql server?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
What are truncate options available in sql server? : sql server database administration
What is the recovery model?