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

How to add an address record into adventureworkslt?

564


Describe the functionalities that views support.

650


What is bit data type?

613


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

488


Do you know the cursor types?

614






What is the Control Flow in SSIS

570


How to optimize stored procedure optimization?

513


in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration

546


What are security principals used in sql server 2005?

509


Write SQL queries on Self Join and Inner Join.

606


How to insert stored procedure result into temporary table?

574


How will you add a dimension to cube? : sql server analysis services, ssas

550


What is the minimum recommended amount of ram for sql server 2012 enterprise?

500


What is pivot and unpivot?

634


How to turn on the mssql api module in php?

559