Can I know,how to Execute Funcion and Trigger through
command(Manualy Execution) in MS SQL/SERVER 2005,give me
answer with Example.
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 |
What is xdr?
How to change the ownership of a schema in ms sql server?
What is the query and subquery?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How do I clean up sql server transaction log?
Explain a checkpoint?
How to find the second largest salary in the emp database and also How to find 3rd,4th and so on ........ in the emp database plz mail the answer @ mak2786@gmail.com
35 Answers Oracle, Scend, TechInfini,
Which is better in performance - CONSTRAINT or TRIGGER over a column which restricts say an input of particular value in a column of a table?
What is difference between clustered and non clustered index?
How to read 2nd highest sal from EMP table?
How to execute stored procedure and set temp table in sql server?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?