How to delete existing triggers using "drop trigger"?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

i have a table #temp1(id, Name groupname ) and record like this 1 R1 S 2 R3 S 3 R2 S 4 R4 D 5 R5 D 6 R6 K 7 R7 K 8 R8 L 9 R9 L 10 R10 L 11 R11 K and i want to display record based on user defind sorting order e.g. 1 R4 D 2 R5 D 3 R6 K 4 R7 K 5 R11 K 6 R1 S 7 R3 S 8 R2 S 9 R8 L 10 R9 L 11 R10 L

8 Answers  


What is the difference between UNIQUE and DISTINCT keywords in DBMS?

1 Answers   Genpact,


what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration

0 Answers  


Can we call SP inside a query?

5 Answers   CA, CarrizalSoft Technologies, Wipro,


Which autogrowth database setting is good?

0 Answers  






How many types of indexes are there in SQL Server?

6 Answers   CarrizalSoft Technologies, United Healthcare,


What is Peer to peer Replication?

1 Answers   CarrizalSoft Technologies, HCL,


How to apply cascading referential integrity in place of triggers?

0 Answers  


What is a trigger in sql server?

0 Answers  


When would you use sql joins?

0 Answers  


Explain “row_number()” in sql server with an example?

0 Answers  


What is the difference between set and select?

0 Answers  


Categories