When would you use it?


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

Post New Answer

More SQL Server Interview Questions

What happens if null values are involved in datetime operations?

0 Answers  


What are the mathematical functions supported by sql server 2005?

0 Answers  


Why we should not use triggers?

0 Answers  


how we can store the value like that 001,003,023 etc in sql server 2005

7 Answers  


What are the steps to follow to configure SQL*Net?

0 Answers   Tech Mahindra,






Explain syntax for viewing, dropping and disabling triggers?

0 Answers  


Explain what is public role in sql server?

0 Answers  


Does hive support indexing?

0 Answers  


How to transfer an existing table from one schema to another schema in ms sql server?

0 Answers  


How do I run a trace in sql server?

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,


write down the sql query? Table Name : emp1 empid empname 1 bala 2 guna Table Name : emp2 empid empname 1 <Null> 2 <Null> Solution : emp1 names are updated in emp2, write a query?

8 Answers  


Categories