What are the steps need to be take improve the speed of a SQLDATA Server?

Answers were Sorted based on User's Feedback



What are the steps need to be take improve the speed of a SQLDATA Server?..

Answer / dhiraj

Cover Index can Improve ..... SQLDATA SERVER -

Is This Answer Correct ?    2 Yes 0 No

What are the steps need to be take improve the speed of a SQLDATA Server?..

Answer / rajan chauhan

Check the some step
1. Space in HD
2. Use DBCC FREEPROCCACHE & DBCC DROPCLEANBUFFER
3. Cover Index

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How would you choose between a clustered and a non-clustered index?

0 Answers  


Write a stored procedure for emplpoyee and department table to get DeptName which having no employee. Table Structure- Emp-Emp_Id,Emp_Name,Dept_id Dept-Dept_Id,Dept_Name

7 Answers   TCS,


Explain filtered indexes?

0 Answers  


How to create nested stored procedure?

0 Answers  


What are information schema views?

0 Answers  






What are different types of database indexes?

0 Answers  


Hi All, I want to display all duplicate records in the table. My query has to fetch all the records which are duplicate(First Name or Last Name). Also I want the ability to also pull names where there might be a middle initial placed in the end of the first name field, (i.e., "Maria Z. " vs. "Maria") as well. Please guide me to find this. Table: ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 4 Shawn Livermore 5 Prem S 6 Jony Hoffman H 7 Zach Modan I need the query to filter......... ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 6 Jony Hoffman H 7 Zach Modan I hope this example will give you clear idea..... Thanks in Advance Prem

2 Answers  


Do you know the isolation level that sql server support?

0 Answers  


What is Full Outer Join?

3 Answers  


Magic Tables ?

2 Answers   Thomson Reuters,


What is clustered vs nonclustered index?

0 Answers  


How to delete duplicate rows in sql server?

0 Answers  


Categories