can we call functions from stored procedure in SQL Server
2005 ? How?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
what are the new features introduced in sql server 2000? : Sql server database administration
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What action plan is preferred if sql server is not responding?
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
When I run the sql server 2000 setup, it just hangs. What do I do?
wat is the main diff between sql server 2000and sql server 2005
how will u create "n" possible tables in sql...
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What do you understand by physical_only option in dbcc checkdb?
What are the advantages to use stored procedures?
Why transaction is important?
Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)