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
What are the advantages of sql azure?
What does sql server mean?
Can you change the data type of a column in a table after the table has been created? If so, which command would you use?
Which tools are available to manage SQL Azure databases and servers?
What are pages and extents? : SQL Server Architecture
What is difference between line feed ( ) and carriage return ( )?
Can you name a few encryption mechanisms in sql server?
what authentication modes does sql server support? : Sql server database administration
How to create a view on an existing table in ms sql server?
Is truncate autocommit?
What are filegroups in sql server?
Define inner join in sql server joins?
What are logical database components? : SQL Server Architecture
Explain powershell included in sql server 2008?
What is molap and its advantage? : sql server analysis services, ssas