Do you know what is a with(nolock)?


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 string operations?

0 Answers  


What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?

0 Answers  


Explain about unique identifier data type in sql server?

0 Answers  


What is table constraint?

0 Answers  


How to loop through the result set with @@fetch_status?

0 Answers  






I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30

13 Answers   DELL,


Give a example to search fr a string in all stored procedure in sql server.

0 Answers  


What are the difference between primary keys and foreign keys?

0 Answers  


Define indexes?

0 Answers  


what is physical sort data and logical sort data in index?

2 Answers  


What is data source document?

0 Answers  


What is the difference between a local and a global variable?

5 Answers  


Categories