SQLServer性能测试诊断分析与优化

SQLServer性能测试诊断分析与优化,第1张

概述查询和分析存储过程性能的T-SQL Some Transact SQL Queries to Analyze Stored Procedure Performance http://www.perfwolf.com/The_Load ... lyzespperforman.HTM 常用SQL性能计数器: Understanding SQL Performance Counters http://w
查询和分析存储过程性能的T-sql
Some Transact sql QuerIEs to Analyze Stored Procedure Performance
http://www.perfwolf.com/The_Load ... lyzespperforman.HTM

常用sql性能计数器:
Understanding sql Performance Counters
http://www.extremeexperts.com/sql/articles/sqlcounters.aspx

LoadRunner监控sqlServer:
http://blog.csdn.net/Testing_is_ ... 286548.aspx#1526223

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

监视sqlServer性能:
Using Performance Monitor
http://www.sql-server-performanc ... tor_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-performanc ... an_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-performanc ... or_coutners_p1.aspx

通过网络计数器诊断网络瓶颈:
Tips for Using Performance Monitor Network Counters
http://www.sql-server-performanc ... rk_counters_p1.aspx

通过内存计数器诊断内存瓶颈:
Tips for Using Performance Monitor Memory Counters
http://www.sql-server-performanc ... ory_counter_p1.aspx

通过I/O计数器诊断I/O瓶颈:
Tips for Using Performance Monitor I/O Counters
http://www.sql-server-performanc ... io_counters_p1.aspx

通过cpu计数器诊断cpu瓶颈:
Tips for Using Performance Monitor cpu Counters
http://www.sql-server-performanc ... 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 information,see "fn_trace_gettable" in sql Server Books Online.

rml UtilitIEs:
rml(Replay MarkuP Language)是MS sql Server产品支持服务团队内部开发使用的一个Trace分析工具
http://blogs.msdn.com/b/psssql/a ... erver-released.aspx
http://www.cnblogs.com/danling/archive/2010/05/12/1733279.html 总结

以上是内存溢出为你收集整理的SQLServer性能测试诊断分析与优化全部内容,希望文章能够帮你解决SQLServer性能测试诊断分析与优化所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/1178101.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-02
下一篇 2022-06-02

发表评论

登录后才能评论

评论列表(0条)

保存