Can I know,how to Execute Funcion and Trigger through
command(Manualy Execution) in MS SQL/SERVER 2005,give me
answer with Example.

Answer Posted / bhaskar


Function can excute by the SELECT statement
ex SELECT Functionname(parameters), select *from
functionname

select s_func(Parameters)

We cant execute the trigger ,
When we perform a DML(DELETE,INSERT,UPDATE) operation
Trigger will fire automatically

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain transaction server isolation?

553


What are sql dirty pages?

564


How to backup encryption key ?

127


What are the new scripting capabilities of ssms? : sql server management studio

559


What is a not null constraint?

600






How can we call UDF(User Define Function) using C# code in ASP.net ?

5946


Any one plz send me SQL Server Developer/DBA resume for 4 years experience

2182


What is a partition function in sql server?

537


Differentiate sql server reporting services vs. Crystal reports?

150


How do I start sql server 2017?

537


what are defaults? Is there a column to which a default can't be bound? : Sql server database administration

624


What is SubQuery in SQL Server 2008

558


What is collation sensitivity? Explain different types.

549


What is the optimal disk configuration for a database server and what raid configurations would you use if budget is not a constraint?

487


Is port 1433 secure?

544