how to improve the speed of SQL database server and how to
avoid dead lock?



how to improve the speed of SQL database server and how to avoid dead lock?..

Answer / indira gandhi

1.check th disc space u have to use
2.check the profile client have any job,and query problem
3.use update_satistics to update indexes

-------------------------
to avoid the deadlock

use nolock command in select staement

Is This Answer Correct ?    11 Yes 5 No

Post New Answer

More SQL Server Interview Questions

What is Sqlpaging in SqlServer 2005 ?

0 Answers   MCN Solutions,


What are the 7 disadvantages to a manual system?

0 Answers  


How to attach adventureworkslt physical files to the server?

0 Answers  


What is spatial and temporal data?

0 Answers  


what are the advanced features in sql 2008?

2 Answers   Wipro,






What is a linked server in sql server?

0 Answers  


How to fetch records from a One to Many relationship table. eg: wanna get details of all orders for a specific customer. (do not want repeatation of master table records for child table records)

2 Answers  


What is difference between clustered index and non clustered index?

0 Answers  


How to delete database objects with "drop" statements in ms sql server?

0 Answers  


What are the advantages of using cte?

0 Answers  


Explain what is row_number function?

0 Answers  


which one will take 1st priority in case of insert statement and select statement???

2 Answers   HCL,


Categories