Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

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

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

Answer / mukki

Yes

Is This Answer Correct ?    19 Yes 5 No

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

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

Post New Answer

More SQL Server Interview Questions

What are the steps to process a single select statement?

0 Answers  


How many types of stored procedures are there in sql server?

0 Answers  


What is update locks?

0 Answers  


How to find the latest updated value in a table without sending any parameters to that query

2 Answers  


Simple example for difference between select and cursor in sql

1 Answers  


What is an example of a foreign key?

0 Answers  


What are subqueries in sql server?

0 Answers  


How to encrypt Strored Procedure in SQL SERVER?

0 Answers  


what is trigger

1 Answers   CarrizalSoft Technologies, NIIT,


What are a scheduled jobs or what is a scheduled tasks?

0 Answers  


What are the system database in sql server 2005?

0 Answers  


What is the use of attributehierarchyvisible ? : sql server analysis services, ssas

0 Answers  


Categories