SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Archive for 5月 5th, 2013

SQL Server のトレースを XPerf で取得してみる

leave a comment

Windows Performance Analysis Toolkit (WPT) に含まれている XPerf を使用するとトレースデータを取得することができます。
このツールを使用して SQL Server のトレースを取得するための手順を勉強しながら少しまとめてみました。

XPerf に関しては以下の情報が参考になります。
Xperf Command-Line Reference
Troubleshooting SQL Server High CPU usage using Xperf
Identifying the cause of SQL Server IO bottlenecks using XPerf
Diagnose High CPU on Windows with XPerf
Stack Walking in Xperf
WPA とか XPerf とか
第1回 OS機能によるアプリのパフォーマンス測定

起動時の情報を取得する Xbootmgr というツールもあるようですがこれは別の機会に触れればなと思います。
Dipping My Toe Into the Xbootmgr Water
WPA とか XPerf とか
# XPerf だけでなく Xbootmgr も紹介されています。
Windowsの起動が遅いならWindows Performance Toolkitで確認

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 5th, 2013 at 4:04 pm

Posted in SQL Server

Tagged with

SQL Server on Winodws Azure Virtual Machine のメモ

one comment

SQL Server を Winodws Azure Virtual Machine で動作させるときの留意事項などのメモを。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 5th, 2013 at 1:21 am