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

Sql server reporting services vs. Crystal reports.

96


What is reference section?

501


Can you explain what is indexed view? How to create it?

530


What are magic tables in sql server?

625


Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.

2035






How to find related tables in sql server?

501


How do you open a cluster administrator?

630


How you can change the database name in SQL SERVER?

674


How is table type constraint applied to a table?

551


What are transactions and its controls?

621


What Is Rdbms?

675


How many joins in sql server?

518


What is the log shipping?

588


What are the advantages to use stored procedures?

572


what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

522