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 stored Procedure in Function in Sql Server 2000
and vice versa.

Answer Posted / mohammad ali

We cannot call Procedure from the Function

We can call the Procedure From the Procedure as
EXEC ProcedureName
@Parameter1 = "Para1"
@Parameter2 = "Para2"
@Parameter3 = @Val OUTPUT (Use when there is Output in the Procedure)

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by sql server agent?

1039


What are dml triggers and types of dml triggers?

1028


Explain about extended stored procedure?

993


How does index makes search faster?

1023


To automatically record the time on which the data was modified in a table, which data type should you choose for the column?

1004


What are the advantages of user-defined functions over stored procedures in sql server?

1115


Tell me what is difference between view and materialized view?

983


What are the export options of ssrs?

178


Would you store your query in a ssrs report or a database server? State the reason why?

157


What is bulkcopy in sql?

998


How much is a sql server license?

1009


What are pessimistic lock and optimistic lock?

1141


What are key, name and value columns of an attribute? : sql server analysis services, ssas

1066


What is a dataset and what are the different types of datasets?

141


How do I start sql server agent automatically?

1027