How to call a function from a stored procedure in SQL Server ?



How to call a function from a stored procedure in SQL Server ?..

Answer / Satyam Chaudhary

You can call a function from a stored procedure using the function name followed by parentheses. If the function has input parameters, you should include them inside the parentheses.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

If we delete pack Spec what will be the status of pack Body ?

1 Answers   Nagarro,


Diffrences between sql server 2000 vs 2008

0 Answers   TCS,


Can we store videos inside the sql server table?

1 Answers  


Is INSTEAD OF trigger directly applicable to Table ?

1 Answers  


Can two different columns be merged into single column? Show practically?

1 Answers   QuestPond,


Are null values the same as that of zero or a blank space?

1 Answers  


How much memory that we are using in Logshipping Concept?

1 Answers  


What is use of except clause?

1 Answers  


Can we rollback records deleted by a truncate statement?

3 Answers   CarrizalSoft Technologies, United Healthcare,


What is the use of builtinadministrators group in sql server? : sql server security

1 Answers  


In which tcp/ip port does sql server run? Can it be changed?

1 Answers  


Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?

1 Answers  


Categories