Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you troubleshoot SQL Server if its running very slow?

Answers were Sorted based on User's Feedback



How do you troubleshoot SQL Server if its running very slow?..

Answer / guest

First check the processor and memory usage to see that
processor is not above 80% utilization and memory not above
40-45% utilization then check the disk utilization using
Performance Monitor, Secondly, use SQL Profiler to check for
the users and current SQL activities and jobs running which
might be a problem. Third would be to run UPDATE_STATISTICS
command to update the indexes

Is This Answer Correct ?    5 Yes 3 No

How do you troubleshoot SQL Server if its running very slow?..

Answer / abc

we can check for the cpu utilization from the task manager
and if it above 80% then we have to check the status of
indexes or we can say we have to recreate the statics as
well as indexes.
there are many other factors but in production servers
indexing causes a great performance enhancement.Also we
have to check whether large I/o operations are not
hindering the performance.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What is the purpose of a table?

0 Answers  


Give an example of SQL injection attack ?

0 Answers   HAL,


What is the diff between Static Queries and Dynamic queries give me some examples

2 Answers   CSC,


Why is replication required on the sql server?

0 Answers  


What is a linked server in sql server?

0 Answers  


What is partition index in sql server?

0 Answers  


Explain what are the different index configurations a table can have?

0 Answers  


What are the types of lock supported by ?

0 Answers   HCL,


What are the different types of normalization?

0 Answers  


Does full backup break log chain?

0 Answers  


What are the advantages of the mirroring?

0 Answers  


How do I create a partition table in sql server?

0 Answers  


Categories