List out the different types of locks available in sql server?


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

Post New Answer

More SQL Server Interview Questions

Is sql server is free?

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,


What stored procedure can you use to display the current processes?

0 Answers  


Explain what is analysis service repository?

0 Answers  


How to create function without parameter in sql server?

0 Answers  






How to list all field names in the result set using mssql_field_name()?

0 Answers  


How would you add a section to a table?

0 Answers  


What is the difference between coalesce() & isnull()?

0 Answers  


Write a SQL queries on Self Join and Inner Join.

0 Answers   Aspiring Minds,


Explain nested join?

0 Answers  


Can we write a distributed query and get some data which is located on other server and oracle database?

0 Answers  


How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?

0 Answers  


Categories