微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

sqlserver性能监控及调优资料汇总

查询和分析存储过程性能的T-sql

Some Transact sql Queries to Analyze Stored Procedure Performance

http://www.perfwolf.com/The_Load_and_Performance_Teste/SQLQueriesToAnalyzeSPPerforman/sqlqueriestoanalyzespperforman.HTM

常用sql性能计数器:

Understanding sql Performance Counters

http://www.extremeexperts.com/sql/articles/sqlcounters.aspx

LoadRunner监控sqlServer:

http://blog.csdn.net/Testing_is_believing/archive/2010/02/03/5286548.aspx#1526223

《HP Performance Monitoring Best Practices 》Database Resources Monitoring - MS sql Server Monitoring

监视sqlServer性能

Using Performance Monitor

http://www.sql-server-performance.com/tips/performance_monitor_general_p1.aspx

sqlServer监控工具 - sql Response

http://www.red-gate.com/products/SQL_Response/index.htm

免费的sqlServer性能监控工具 - sql Check

https://www.idera.com/Products/Free-Tools/SQL-check/

索引优化:

《Performance Testing Microsoft.NET Web Applications》 Chapter8

sqlServer性能优化提示

General sql Server Performance Tuning Tips

http://www.sql-server-performance.com/tips/gen_tips_p1.aspx

如何减少sqlServer的阻塞:

How to Minimize sql Server Blocking

http://www.sql-server-performance.com/tips/blocking_p1.aspx

如何减少sqlServer的死锁:

Reducing sql Server Deadlocks

http://www.sql-server-performance.com/tips/deadlocks_p1.aspx

如何减少sqlServer锁?

Reducing sql Server Locks

http://www.sql-server-performance.com/tips/reducing_locks_p1.aspx

sqlServer查询执行计划的分析:

sql Server Query Execution Plan Analysis

http://www.sql-server-performance.com/tips/query_execution_plan_analysis_p1.aspx

sqlServer查询分析器的使用:

Using sql Server Query Analyzer

http://www.sql-server-performance.com/tips/query_analyzer_p1.aspx

sqlServer计数器的提示

Tips for Using sql Server Performance Monitor Counters

http://www.sql-server-performance.com/tips/sql_server_performance_monitor_coutners_p1.aspx

通过网络计数器诊断网络瓶颈:

Tips for Using Performance Monitor Network Counters

http://www.sql-server-performance.com/tips/performance_monitor_network_counters_p1.aspx

通过内存计数器诊断内存瓶颈:

Tips for Using Performance Monitor Memory Counters

http://www.sql-server-performance.com/tips/performance_monitor_memory_counter_p1.aspx

通过I/O计数器诊断I/O瓶颈:

Tips for Using Performance Monitor I/O Counters

http://www.sql-server-performance.com/tips/monitor_io_counters_p1.aspx

通过cpu计数器诊断cpu瓶颈:

Tips for Using Performance Monitor cpu Counters

http://www.sql-server-performance.com/tips/performance_monitor_cpu_counter_p1.aspx

sql Server性能调优案例分析:

sql Server Performance Case Studies

http://www.sql-server-performance.com/tips/case_studies_p1.aspx

sqlSever事件探查器跟踪文件查询方法

the following query returns all events with greater than 1000 milliseconds duration from trace.trc file in a table format:

SELECT * FROM ::fn_trace_gettable(‘c:\trace.trc’,default) WHERE Duration > 1000

For more @R_554_4045@ion,see "fn_trace_gettable" in sql Server Books Online.

rml Utilities:

@H_404_173@rml@H_404_173@(Replay MarkuP Language)是MS sql Server产品支持服务团队内部开发使用的一个Trace分析工具

http://blogs.msdn.com/b/psssql/archive/2008/11/12/cumulative-update-1-to-the-rml-utilities-for-microsoft-sql-server-released.aspx

http://www.cnblogs.com/danling/archive/2010/05/12/1733279.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐