3

私は使用していてsql server 2008、ウェブサイトはにありasp.net 1.1ます。

調べる方法はありますhow many times database has been called from a pageか?

What are the stored procedure called from the page?

What are the tables involved in a page load?

これらを追跡する方法を提案してください。

4

1 に答える 1

5

最良の方法は、データベースに対して行われたすべての呼び出しを追跡するSQLプロファイラーを使用することです。

次の記事が表示される場合があります:SQL SERVER – SQL Server2008Profilerの概要

于 2012-10-09T07:50:04.503 に答える