Counters in SQL Server ?
Database
4
Posts
3
Posters
0
Views
1
Watching
-
Counts allow you monitor the performance of SQL server and tune your server and schema for better performance. Look where you want to go not where you don't want to crash. Bikers Bible
-
Counts allow you monitor the performance of SQL server and tune your server and schema for better performance. Look where you want to go not where you don't want to crash. Bikers Bible
-
Hi Kumar, SQL Server has about 150 different counters which can be enabled to measure system (database) performance. You can get lots of information regarding performancing monitoring and tuning including using counters at : www.sql-server-performance.com for example. You set counters to measure things like page faults per second or user connections etc etc Cheers, Kevin