how to improve the speed of SQL database server and how to
avoid dead lock?
Answer Posted / 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 View All Answers
What do you understand by SQL*Net?
How to define and use table alias names in ms sql server?
How do I create a stored procedure in dbml?
What is inline variable assignment?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
What is the purpose of update statistics and scope_identity() function?
What are the authentication modes in sql server? How can it be changed?
What are the system database in sql server 2005?
How to write a query with a right outer join in ms sql server?
What is the security model used in sql server 2005?
What is key set driven?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
What is the difference between insensitive and scroll cursor?
Do you know sql server 2008 backup compression?
What stored by the msdb? : sql server database administration