Other than truncate statement, which other command can by-pass the trigger on the tables?


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

Post New Answer

More SQL Server Interview Questions

How to delete multiple rows with one delete statement in ms sql server?

0 Answers  


What is a join in sql? What are the types of joins?

0 Answers  


What are the joins in sql server? : sql server database administration

0 Answers  


In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2

1 Answers   AllState,


Explain what is raid and what are different types of raid levels?

0 Answers  






What is inline table-value user-defined function?

0 Answers  


Explain some stored procedure creating best practices or guidelines?

0 Answers  


Which database stores information about replication?

0 Answers  


Please differentiate between a local and a global temporary table?

0 Answers  


What are explicit and implicit transactions?

4 Answers   BirlaSoft,


What is the use of set nocount on/off statement?

0 Answers  


explain what is raid and what are different types of raid configurations? : Sql server database administration

0 Answers  


Categories